Example #1
0
 public Attributes()
 {
     Distance          = new Vector3Reference();
     XVelocity         = new CurveReference();
     YVelocity         = new CurveReference();
     ZVelocity         = new CurveReference();
     DurationInSeconds = new FloatReference(1f);
 }