Compartilhar via


SCNText.Create Método

Definição

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

Retornos

Aplica-se 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

Retornos

Aplica-se 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

Retornos

Atributos

Aplica-se a