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