Düzenle

Aracılığıyla paylaş


SCNLayer Constructors

Definition

Overloads

SCNLayer()
SCNLayer(NSCoder)
SCNLayer(NSObjectFlag)
SCNLayer(IntPtr)

SCNLayer()

[Foundation.Export("init")]
public SCNLayer ();
Attributes

Applies to

SCNLayer(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public SCNLayer (Foundation.NSCoder coder);
new SceneKit.SCNLayer : Foundation.NSCoder -> SceneKit.SCNLayer

Parameters

coder
NSCoder
Attributes

Applies to

SCNLayer(NSObjectFlag)

protected SCNLayer (Foundation.NSObjectFlag t);
new SceneKit.SCNLayer : Foundation.NSObjectFlag -> SceneKit.SCNLayer

Parameters

Applies to

SCNLayer(IntPtr)

protected internal SCNLayer (IntPtr handle);
new SceneKit.SCNLayer : nativeint -> SceneKit.SCNLayer

Parameters

handle
IntPtr

nativeint

Applies to