SetVector4
SetVector4(string, Vector4)
public bool SetVector4(string name, Vector4 value) ;
説明
Vector4型の値を設定する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| name | 名前。 |
| value | 値。 |
戻り値
指定した名前のパラメータがあった場合にtrue。
SetVector4(int, Vector4)
public bool SetVector4(int id, Vector4 value) ;
説明
Vector4型の値を設定する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| id | ID。 |
| value | 値。 |
戻り値
指定した名前のパラメータがあった場合にtrue。