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