MapChip 構造体 |
名前空間: WodiLib.Map
[SerializableAttribute] public readonly struct MapChip : IConvertibleInt, IEquatable<MapChip>
MapChip 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() ![]() | AutoTileMax | オートタイル番号最大値 |
![]() ![]() | AutoTileMin | オートタイル番号最小値 |
![]() ![]() | Default | デフォルト値 |
![]() | IsAutoTile | オートタイルフラグ |
![]() | LeftDownAutoTile | 左下オートタイルパーツ種別 |
![]() | LeftUpAutoTile | 左上オートタイルパーツ種別 |
![]() | RightDownAutoTile | 右下オートタイルパーツ種別 |
![]() | RightUpAutoTile | 右上オートタイルパーツ種別 |
![]() ![]() | StandardTileMax | タイル番号最大値 |
![]() ![]() | StandardTileMin | タイル番号最小値 |
名前 | 説明 | |
---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (ValueTypeEquals(Object)をオーバーライド) |
![]() | Equals(MapChip) |
値を比較する。
|
![]() | GetHashCode | Returns the hash code for this instance. (ValueTypeGetHashCodeをオーバーライド) |
![]() | GetType | Gets the Type of the current instance. (Objectから継承) |
![]() ![]() | IsAutoTileNumber |
オートタイルのマップチップ番号として適切かどうか判定し、返す。
|
![]() ![]() | IsMapChipNumber |
マップチップ番号として適切かどうか判定し、返す。
|
![]() ![]() | IsStandardTileNumber |
通常(オートタイルではない)のマップチップ番号として適切かどうか判定し、返す。
|
![]() | ToBytes |
byte配列に変換する。
|
![]() | ToInt |
int に変換する。
|
![]() | ToInt32 |
int に変換する。
|
![]() | ToString | Returns the fully qualified type name of this instance. (ValueTypeToStringをオーバーライド) |
名前 | 説明 | |
---|---|---|
![]() ![]() | Equality |
==
|
![]() ![]() | (Int32 to MapChip) |
int -> MapChip への暗黙的な型変換
|
![]() ![]() | (MapChip to Int32) |
MapChip -> int への暗黙的な型変換
|
![]() ![]() | Inequality |
!=
|