Ejemplo n.º 1
0
 public virtual void OnReset()
 {
     this.operation = FloatOperator.Operation.Add;
     this.float1.set_Value(0.0f);
     this.float2.set_Value(0.0f);
     this.storeResult.set_Value(0.0f);
 }
Ejemplo n.º 2
0
 public override void OnReset()
 {
     this.operation         = FloatOperator.Operation.Add;
     this.float1.Value      = 0f;
     this.float2.Value      = 0f;
     this.storeResult.Value = 0f;
 }
Ejemplo n.º 3
0
 public override void Reset()
 {
     this.float1      = null;
     this.float2      = null;
     this.operation   = FloatOperator.Operation.Add;
     this.storeResult = null;
     this.everyFrame  = false;
 }
Ejemplo n.º 4
0
 public override void Reset()
 {
     this.float1 = null;
     this.float2 = null;
     this.operation = FloatOperator.Operation.Add;
     this.storeResult = null;
     this.everyFrame = false;
 }