SetVector2Int

SetVector2Int(string, Vector2Int)

public bool SetVector2Int(string name, Vector2Int value) ;

説明

Vector2Int型の値を設定する。

パラメーター

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

戻り値

指定した名前のパラメータがあった場合にtrue。

SetVector2Int(int, Vector2Int)

public bool SetVector2Int(int id, Vector2Int value) ;

説明

Vector2Int型の値を設定する。

パラメーター

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

戻り値

指定した名前のパラメータがあった場合にtrue。