ActionEntry クラス |
名前空間: WodiLib.Event
[SerializableAttribute] public class ActionEntry : ModelBase<ActionEntry>, ISerializable
ActionEntry 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| ActionEntry(IEnumerableICharaMoveCommand) |
コンストラクタ
| |
| ActionEntry(SerializationInfo, StreamingContext) |
コンストラクタ
|
| 名前 | 説明 | |
|---|---|---|
| CommandList | 動作指定コマンドリスト | |
| IsRepeatAction | 動作繰り返しフラグ | |
| IsSkipIfCannotMove | 移動できないときは飛ばすフラグ | |
| IsWaitForComplete | 動作完了まで待機フラグ |
| 名前 | 説明 | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (ModelBaseTChildから継承) | |
| Equals(ActionEntry) |
値を比較する。
(ModelBaseTChildEquals(TChild)をオーバーライド) | |
| Equals(ModelBaseTChild) |
値を比較する。
(ModelBaseTChildから継承) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Objectから継承) | |
| GetEventCommandSentence |
イベントコマンド文字列を生成する。
| |
| GetHashCode | Serves as the default hash function. (ModelBaseTChildから継承) | |
| GetObjectData |
オブジェクトをシリアル化するために必要なデータを設定する。
| |
| GetType | Gets the Type of the current instance. (Objectから継承) | |
| MakeMoveRouteByte |
移動ルート用byte配列を生成する。
| |
| MakeOptionByte |
オプション用byteを生成する。
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Objectから継承) | |
| NotifyPropertyChanged |
プロパティ変更イベント
(ModelBaseTChildから継承) | |
| SetOptionFlag |
オプションフラグをセットする。
| |
| ToBinary |
バイナリ変換する。
| |
| ToString | Returns a string that represents the current object. (Objectから継承) |
| 名前 | 説明 | |
|---|---|---|
| PropertyChanged |
プロパティ変更通知
(ModelBaseTChildから継承) |
| 名前 | 説明 | |
|---|---|---|
| FlgRepeatAction | 動作を繰り返すフラグ | |
| FlgSkipIfCannotMove | 移動できない場合は飛ばすフラグ | |
| FlgWaitForCompleteOn | 動作完了までウェイトフラグ | |
| HeaderBytes | ヘッダバイト |