次の方法で共有


MTLCommandBuffer_Extensions.PresentDrawableAfter メソッド

定義

前の描画可能ファイルが表示された後に指定 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

前の描画可能時間の最小表示時間。

属性

適用対象