Share via


SCNText.Create Method

Definition

Overloads

Create(String, NFloat)

public static SceneKit.SCNText Create(string str, System.Runtime.InteropServices.NFloat extrusionDepth);
static member Create : string * System.Runtime.InteropServices.NFloat -> SceneKit.SCNText

Parameters

str
String
extrusionDepth
NFloat

Returns

Applies to

Create(NSAttributedString, NFloat)

public static SceneKit.SCNText Create(Foundation.NSAttributedString attributedString, System.Runtime.InteropServices.NFloat extrusionDepth);
static member Create : Foundation.NSAttributedString * System.Runtime.InteropServices.NFloat -> SceneKit.SCNText

Parameters

attributedString
NSAttributedString
extrusionDepth
NFloat

Returns

Applies to

Create(NSObject, NFloat)

[Foundation.Export("textWithString:extrusionDepth:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SceneKit.SCNText Create(Foundation.NSObject? str, System.Runtime.InteropServices.NFloat extrusionDepth);
[<Foundation.Export("textWithString:extrusionDepth:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Foundation.NSObject * System.Runtime.InteropServices.NFloat -> SceneKit.SCNText

Parameters

str
NSObject
extrusionDepth
NFloat

Returns

Attributes

Applies to