MapAutoBool 列挙型

定義

Mapのブール列挙を表します。

public enum class MapAutoBool
public enum MapAutoBool
type MapAutoBool = 
Public Enum MapAutoBool
継承
MapAutoBool

フィールド

名前 説明
Auto 0

実行時に自動的に true または false を決定します。

True 1

評価は true

False 2

評価は false

適用対象