MTLCommandBuffer_Extensions.PresentDrawableAfter メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
前の描画可能ファイルが表示された後に指定 drawable
された を秒単位で duration
表示します。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static void PresentDrawableAfter (this Metal.IMTLCommandBuffer This, Metal.IMTLDrawable drawable, double duration);
static member PresentDrawableAfter : Metal.IMTLCommandBuffer * Metal.IMTLDrawable * double -> unit
パラメーター
- This
- IMTLCommandBuffer
このメソッドが動作するインスタンス。
- drawable
- IMTLDrawable
コマンド バッファーの実行がスケジュールされた直後に表示される描画可能。
- duration
- Double
前の描画可能時間の最小表示時間。
- 属性