示例#1
0
 public override void Reset()
 {
     this.vector1 = null;
     this.vector2 = null;
     this.operation = Vector3Operator.Vector3Operation.Add;
     this.storeVector3Result = null;
     this.storeFloatResult = null;
     this.everyFrame = false;
 }
示例#2
0
 public override void Reset()
 {
     this.vector1            = null;
     this.vector2            = null;
     this.operation          = Vector3Operator.Vector3Operation.Add;
     this.storeVector3Result = null;
     this.storeFloatResult   = null;
     this.everyFrame         = false;
 }