다음을 통해 공유


SCNText.Create 메서드

정의

오버로드

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

매개 변수

str
String
extrusionDepth
nfloat

반환

적용 대상

Create(NSAttributedString, nfloat)

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

매개 변수

attributedString
NSAttributedString
extrusionDepth
nfloat

반환

적용 대상

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

매개 변수

str
NSObject
extrusionDepth
nfloat

반환

특성

적용 대상