GetBounds
GetBounds(string, Bounds)
public Bounds GetBounds(string name, Bounds defaultValue) ;
説明
Bounds型の値を取得する。
パラメーター
パラメーター名 | 説明 |
---|---|
name | 名前。 |
defaultValue | デフォルトの値。パラメータがない場合に返される。 |
戻り値
パラメータの値。パラメータがない場合はdefaultValueを返す。
GetBounds(string)
public Bounds GetBounds(string name) ;
説明
Bounds型の値を取得する。
パラメーター
パラメーター名 | 説明 |
---|---|
name | 名前。 |
戻り値
パラメータの値。パラメータがない場合は0 Boundsを返す。
GetBounds(int, Bounds)
public Bounds GetBounds(int id, Bounds defaultValue) ;
説明
Bounds型の値を取得する。
パラメーター
パラメーター名 | 説明 |
---|---|
id | ID。 |
defaultValue | デフォルトの値。パラメータがない場合に返される。 |
戻り値
パラメータの値。パラメータがない場合はdefaultValueを返す。
GetBounds(int)
public Bounds GetBounds(int id) ;
説明
Bounds型の値を取得する。
パラメーター
パラメーター名 | 説明 |
---|---|
id | ID。 |
戻り値
パラメータの値。パラメータがない場合は0 Boundsを返す。
GetBounds(string, out Bounds)
Obsolete public bool GetBounds(string name, out Bounds value) ;
説明
Bounds型の値を取得する。
パラメーター
パラメーター名 | 説明 |
---|---|
name | 名前。 |
value | 取得する値。 |
戻り値
指定した名前のパラメータがあった場合にtrue。
GetBounds(int, out Bounds)
Obsolete public bool GetBounds(int id, out Bounds value) ;
説明
Bounds型の値を取得する。
パラメーター
パラメーター名 | 説明 |
---|---|
id | ID。 |
value | 取得する値。 |
戻り値
指定した名前のパラメータがあった場合にtrue。