GetVector4

GetVector4(string, Vector4)

public Vector4 GetVector4(string name, Vector4 defaultValue) ;

説明

Vector4型の値を取得する。

パラメーター

パラメーター名 説明
name 名前。
defaultValue デフォルトの値。パラメータがない場合に返される。

戻り値

パラメータの値。パラメータがない場合はdefaultValueを返す。

GetVector4(string)

public Vector4 GetVector4(string name) ;

説明

Vector4型の値を取得する。

パラメーター

パラメーター名 説明
name 名前。

戻り値

パラメータの値。パラメータがない場合はVector4.zeroを返す。

GetVector4(int, Vector4)

public Vector4 GetVector4(int id, Vector4 defaultValue) ;

説明

Vector4型の値を取得する。

パラメーター

パラメーター名 説明
id ID。
defaultValue デフォルトの値。パラメータがない場合に返される。

戻り値

パラメータの値。パラメータがない場合はdefaultValueを返す。

GetVector4(int)

public Vector4 GetVector4(int id) ;

説明

Vector4型の値を取得する。

パラメーター

パラメーター名 説明
id ID。

戻り値

パラメータの値。パラメータがない場合はVector4.zeroを返す。