HitExtendRange 構造体 |
名前空間: WodiLib.Map
[SerializableAttribute] public readonly struct HitExtendRange : IEquatable<HitExtendRange>
HitExtendRange 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| HitExtendRange |
コンストラクタ
|
| 名前 | 説明 | |
|---|---|---|
| Height |
[Range(0, 255)]
[SafetyRange(0, 250)]
高さ
| |
| Width |
[Range(0, 255)]
[SafetyRange(0, 250)]
幅
|
| 名前 | 説明 | |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. (ValueTypeEquals(Object)をオーバーライド) | |
| Equals(HitExtendRange) |
値を比較する。
| |
| GetHashCode | Returns the hash code for this instance. (ValueTypeGetHashCodeをオーバーライド) | |
| GetType | Gets the Type of the current instance. (Objectから継承) | |
| ToString | Returns the fully qualified type name of this instance. (ValueTypeToStringをオーバーライド) |
| 名前 | 説明 | |
|---|---|---|
| Equality |
==
| |
| (TupleByte, Byte to HitExtendRange) |
Tuple<int, int> -> HitExtendRange 型変換
| |
| (ValueTupleByte, Byte to HitExtendRange) |
(int, int) -> HitExtendRange 型変換
| |
| (HitExtendRange to TupleByte, Byte) |
HitExtendRange -> Tuple<int, int> 型変換
| |
| (HitExtendRange to ValueTupleByte, Byte) |
HitExtendRange -> (int, int) 型変換
| |
| Inequality |
!=
|
| 名前 | 説明 | |
|---|---|---|
| MaxValue_Height | 高さ最大値 | |
| MaxValue_Width | 幅最大値 | |
| MinValue_Height | 高さ最小値 | |
| MinValue_Width | 幅最小値 | |
| SafetyMaxValue_Height | 安全に使用できる高さ最大値 | |
| SafetyMaxValue_Width | 安全に使用できる幅最大値 | |
| SafetyMinValue_Height | 安全に使用できる高さ最小値 | |
| SafetyMinValue_Width | 安全に使用できる幅最小値 |