CharaMoveCommandValue 構造体 |
名前空間: WodiLib.Event.CharaMoveCommand
[SerializableAttribute] public readonly struct CharaMoveCommandValue : IConvertibleInt, IEquatable<CharaMoveCommandValue>
CharaMoveCommandValue 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| CharaMoveCommandValue |
コンストラクタ
|
| 名前 | 説明 | |
|---|---|---|
| SafetyMaxValue | 安全に使用できる最大値 | |
| SafetyMinValue | 安全に使用できる最小値 |
| 名前 | 説明 | |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. (ValueTypeEquals(Object)をオーバーライド) | |
| Equals(CharaMoveCommandValue) |
値を比較する。
| |
| GetHashCode | Returns the hash code for this instance. (ValueTypeGetHashCodeをオーバーライド) | |
| GetType | Gets the Type of the current instance. (Objectから継承) | |
| ToBytes |
byte配列に変換する。
| |
| ToInt |
int に変換する。
| |
| ToInt32 |
int に変換する。
| |
| ToString | Returns the fully qualified type name of this instance. (ValueTypeToStringをオーバーライド) |
| 名前 | 説明 | |
|---|---|---|
| Equality |
==
| |
| (Int32 to CharaMoveCommandValue) |
int -> CharaMoveCommandValue への暗黙的な型変換
| |
| (CharaMoveCommandValue to Int32) |
CharaMoveCommandValue -> int への暗黙的な型変換
| |
| Inequality |
!=
|