Compartir a través de


SCNText.Create Método

Definición

Sobrecargas

Create(String, nfloat)
Create(NSAttributedString, nfloat)
Create(NSObject, nfloat)

Create(String, nfloat)

public static SceneKit.SCNText Create (string str, nfloat extrusionDepth);
static member Create : string * nfloat -> SceneKit.SCNText

Parámetros

str
String
extrusionDepth
nfloat

Devoluciones

Se aplica a

Create(NSAttributedString, nfloat)

public static SceneKit.SCNText Create (Foundation.NSAttributedString attributedString, nfloat extrusionDepth);
static member Create : Foundation.NSAttributedString * nfloat -> SceneKit.SCNText

Parámetros

attributedString
NSAttributedString
extrusionDepth
nfloat

Devoluciones

Se aplica a

Create(NSObject, nfloat)

[Foundation.Export("textWithString:extrusionDepth:")]
public static SceneKit.SCNText Create (Foundation.NSObject str, nfloat extrusionDepth);
static member Create : Foundation.NSObject * nfloat -> SceneKit.SCNText

Parámetros

str
NSObject
extrusionDepth
nfloat

Devoluciones

Atributos

Se aplica a