Ejemplo n.º 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>();
 }
Ejemplo n.º 2
0
 protected override void AddProperties(RecordableState.RecordableState state)
 {
     base.AddProperties(state);
     state.AddProperty <RecordableState.BombStuff>();
 }
Ejemplo n.º 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>();
 }
Ejemplo n.º 4
0
 protected override void AddProperties(RecordableState.RecordableState state)
 {
     base.AddProperties(state);
     state.AddProperty <RecordableState.BaseAI>();
     state.AddProperty <RecordableState.OperatorState>();
 }
Ejemplo n.º 5
0
 protected override void AddProperties(RecordableState.RecordableState state)
 {
     base.AddProperties(state);
     state.AddProperty <RecordableState.ExtendedAI>();
 }