Variable API
BoolVariable
class BoolVariable
Properties
Methods
Static | Returns | Name | Summary |
---|---|---|---|
bool | GetValue() | 設定されている値を取得します。 | |
void | SetValue(bool value) | 値を設定します。 |
SByteVariable
class SByteVariable
Properties
Methods
Static | Returns | Name | Summary |
---|---|---|---|
sbyte | GetValue() | 設定されている値を取得します。 | |
void | SetValue(sbyte value) | 値を設定します。 |
ByteVariable
class ByteVariable
Properties
Methods
Static | Returns | Name | Summary |
---|---|---|---|
byte | GetValue() | 設定されている値を取得します。 | |
void | SetValue(byte value) | 値を設定します。 |
ShortVariable
class ShortVariable
Properties
Methods
Static | Returns | Name | Summary |
---|---|---|---|
short | GetValue() | 設定されている値を取得します。 | |
void | SetValue(short value) | 値を設定します。 |
UShortVariable
class UShortVariable
Properties
Methods
Static | Returns | Name | Summary |
---|---|---|---|
ushort | GetValue() | 設定されている値を取得します。 | |
void | SetValue(ushort value) | 値を設定します。 |
IntVariable
class IntVariable
Properties
Methods
Static | Returns | Name | Summary |
---|---|---|---|
int | GetValue() | 設定されている値を取得します。 | |
void | SetValue(int value) | 値を設定します。 |
UIntVariable
class UIntVariable
Properties
Methods
Static | Returns | Name | Summary |
---|---|---|---|
uint | GetValue() | 設定されている値を取得します。 | |
void | SetValue(uint value) | 値を設定します。 |
LongVariable
class LongVariable
Properties
Methods
Static | Returns | Name | Summary |
---|---|---|---|
long | GetValue() | 設定されている値を取得します。 | |
void | SetValue(long value) | 値を設定します。 |
ULongVariable
class ULongVariable
Properties
Methods
Static | Returns | Name | Summary |
---|---|---|---|
ulong | GetValue() | 設定されている値を取得します。 | |
void | SetValue(ulong value) | 値を設定します。 |
StringVariable
class StringVariable
Properties
Methods
Static | Returns | Name | Summary |
---|---|---|---|
string | GetValue() | 設定されている値を取得します。 | |
void | SetValue(string value) | 値を設定します。 |
FloatVariable
class FloatVariable