public NiPSSimulatorGeneralStep()
 {
     numSizeKeys          = (byte)0;
     sizeLoopBehavior     = (PSLoopBehavior)0;
     numColorKeys         = (byte)0;
     colorLoopBehavior    = (PSLoopBehavior)0;
     numRotationKeys      = (byte)0;
     rotationLoopBehavior = (PSLoopBehavior)0;
     growTime             = 0.0f;
     shrinkTime           = 0.0f;
     growGeneration       = (ushort)0;
     shrinkGeneration     = (ushort)0;
 }
Exemplo n.º 2
0
 public NiPSSimulatorMeshAlignStep()
 {
     numRotationKeys      = (byte)0;
     rotationLoopBehavior = (PSLoopBehavior)0;
 }