Exemple #1
0
 public virtual void OnReset()
 {
     this.operation = BoolOperator.Operation.AND;
     this.bool1.set_Value(false);
     this.bool2.set_Value(false);
     this.storeResult.set_Value(false);
 }
 public override void OnReset()
 {
     this.operation         = BoolOperator.Operation.AND;
     this.bool1.Value       = false;
     this.bool2.Value       = false;
     this.storeResult.Value = false;
 }
Exemple #3
0
 public override void Reset()
 {
     this.bool1       = false;
     this.bool2       = false;
     this.operation   = BoolOperator.Operation.AND;
     this.storeResult = null;
     this.everyFrame  = false;
 }