GetVector3
GetVector3(Vector3)
説明
Vector3型の値を取得する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| defaultValue | デフォルトの値。パラメータがない場合に返される。 |
戻り値
パラメータの値。パラメータがない場合はdefaultValueを返す。
GetVector3()
public Vector3 GetVector3() ;
説明
Vector3型の値を取得する。
戻り値
パラメータの値。パラメータがない場合はVector3.zeroを返す。