TryGetVector3
TryGetVector3(string, out Vector3)
説明
Vector3型の値を取得する。
パラメーター
| パラメーター名 | 説明 | 
|---|---|
| name | 名前。 | 
| value | 取得する値。 | 
戻り値
指定した名前のパラメータがあった場合にtrue。
TryGetVector3(int, out Vector3)
説明
Vector3型の値を取得する。
パラメーター
| パラメーター名 | 説明 | 
|---|---|
| id | ID。 | 
| value | 取得する値。 | 
戻り値
指定した名前のパラメータがあった場合にtrue。