リサイズはクリックかドラッグ

MapEventPageOption クラス

マップイベントページオプションクラス
継承階層
System.Object
  WodiLib.Sys.ModelBase<MapEventPageOption>
    WodiLib.Map.MapEventPageOption

名前空間:  WodiLib.Map
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
[SerializableAttribute]
public class MapEventPageOption : ModelBase<MapEventPageOption>

MapEventPageOption 型は下記のメンバーを公開します。

コンストラクター
  名前説明
Public メソッドMapEventPageOption
MapEventPageOptionクラスの新しいインスタンスを初期化します
トップ
プロパティ
  名前説明
Public プロパティIsAboveHero
主人公より上フラグ
Public プロパティIsFixedDirection
方向固定フラグ
Public プロパティIsHitBox
当たり判定■フラグ
Public プロパティIsMoveAnimationOn
移動時アニメフラグ
Public プロパティIsPlaceHalfStepUp
半歩上に設置フラグ
Public プロパティIsSkipThrough
すり抜けフラグ
Public プロパティIsWaitAnimationOn
待機時アニメフラグ
トップ
メソッド
  名前説明
Public メソッドEquals(Object)
Determines whether the specified object is equal to the current object.
(ModelBase<TChild> から継承)
Public メソッドEquals(MapEventPageOption)
値を比較する。
(ModelBase<TChild> .Equals(TChild)をオーバーライド)
Public メソッドEquals(ModelBase<TChild>)
値を比較する。
(ModelBase<TChild> から継承)
Protected メソッドFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Objectから継承)
Public メソッドGetHashCode
Serves as the default hash function.
(ModelBase<TChild> から継承)
Public メソッドGetType
Gets the Type of the current instance.
(Objectから継承)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Objectから継承)
Protected メソッドNotifyPropertyChanged
プロパティ変更イベント
(ModelBase<TChild> から継承)
Public メソッドSetOptionFlag
待機時アニメ~半歩上設置フラグをセットする。
Public メソッドToBinary
バイナリ変換する。
Public メソッドToString
Returns a string that represents the current object.
(Objectから継承)
トップ
イベント
フィールド
  名前説明
Public フィールド静的メンバーFlgAboveHero
主人公より上ONフラグ
Public フィールド静的メンバーFlgFixedDirection
方向固定ONフラグ
Public フィールド静的メンバーFlgHitBox
当たり判定■フラグ
Public フィールド静的メンバーFlgMoveAnimationOn
移動時アニメONフラグ
Public フィールド静的メンバーFlgPlaceHalfStepUp
半歩上に設置ONフラグ
Public フィールド静的メンバーFlgSkipThrough
すり抜けONフラグ
Public フィールド静的メンバーFlgWaitAnimationOn
待機時アニメONフラグ
トップ
関連項目