Partager via


SCNText.Create Méthode

Définition

Surcharges

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

Paramètres

str
String
extrusionDepth
nfloat

Retours

S’applique à

Create(NSAttributedString, nfloat)

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

Paramètres

attributedString
NSAttributedString
extrusionDepth
nfloat

Retours

S’applique à

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

Paramètres

str
NSObject
extrusionDepth
nfloat

Retours

Attributs

S’applique à