ISCNBufferStream インターフェイス

定義

カスタム シェーダーのメタル バッファーを管理するためのインターフェイス。

[Foundation.Protocol(Name="SCNBufferStream", WrapperType=typeof(SceneKit.SCNBufferStreamWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ISCNBufferStream : IDisposable, ObjCRuntime.INativeObject
type ISCNBufferStream = interface
    interface INativeObject
    interface IDisposable
属性
実装

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

Length(IntPtr, nuint)

カスタム シェーダーのメタル バッファーを管理するためのインターフェイス。

適用対象