public ApplyVectorFieldArgs(VectorFieldType fieldType, double strength, bool useForce)
 {
     this.FieldType = fieldType;
     this.Strength = strength;
     this.UseForce = useForce;
 }
Example #2
0
 public ApplyVectorFieldArgs(VectorFieldType fieldType, double strength, bool useForce)
 {
     this.FieldType = fieldType;
     this.Strength  = strength;
     this.UseForce  = useForce;
 }