Position 構造体 |
名前空間: WodiLib.Map
[SerializableAttribute] public readonly struct Position : IEquatable<Position>
Position 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (ValueTypeEquals(Object)をオーバーライド) |
![]() | Equals(Position) |
値を比較する。
|
![]() | 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. (ValueTypeから継承) |
名前 | 説明 | |
---|---|---|
![]() ![]() | Equality |
==
|
![]() ![]() | (TupleInt32, Int32 to Position) |
Tuple<int, string> -> Position 型変換
|
![]() ![]() | (ValueTupleInt32, Int32 to Position) |
(int, string) -> Position 型変換
|
![]() ![]() | (Position to TupleInt32, Int32) |
Position -> Tuple<int, string> 型変換
|
![]() ![]() | (Position to ValueTupleInt32, Int32) |
Position -> (int, string) 型変換
|
![]() ![]() | Inequality |
!=
|
名前 | 説明 | |
---|---|---|
![]() ![]() | MaxValue_X | X座標最大値 |
![]() ![]() | MaxValue_Y | Y座標最大値 |
![]() ![]() | MinValue_X | X座標最小値 |
![]() ![]() | MinValue_Y | Y座標最小値 |