Method Set
Set(string, string)
自由変数を設定します。 同じ名前で設定した場合は値を上書きします。 設定した値はスクリプト検査の GetFreeVariable メソッド経由で取得することができます。
Declaration
public static void Set(string name, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | 変数名 |
| string | value | 変数の値 |