次の方法で共有


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

戻り値

属性

適用対象