Пример #1
0
 /// <summary>
 /// Base method + adds the transform component to the param recordableState.
 /// </summary>
 /// <param name="state">RecordableState which needs Transform data added to it.</param>
 protected override void AddProperties(RecordableState.RecordableState state)
 {
     base.AddProperties(state);
     state.AddProperty <RecordableState.Transform>();
 }
Пример #2
0
 protected override void AddProperties(RecordableState.RecordableState state)
 {
     base.AddProperties(state);
     state.AddProperty <RecordableState.BombStuff>();
 }
Пример #3
0
 /// <summary>
 /// Base method + adds the animations to the param recordableState.
 /// </summary>
 /// <param name="state">RecordableState which needs AnimationStates added to it.</param>
 protected override void AddProperties(RecordableState.RecordableState state)
 {
     base.AddProperties(state);
     state.AddProperty <RecordableState.Animations>();
 }
Пример #4
0
 protected override void AddProperties(RecordableState.RecordableState state)
 {
     base.AddProperties(state);
     state.AddProperty <RecordableState.BaseAI>();
     state.AddProperty <RecordableState.OperatorState>();
 }
Пример #5
0
 protected override void AddProperties(RecordableState.RecordableState state)
 {
     base.AddProperties(state);
     state.AddProperty <RecordableState.ExtendedAI>();
 }