示例#1
0
 //Constructor
 public ConstraintData()
 {
     unchecked {
         type         = (hkConstraintType)0;
         numEntities2 = (uint)2;
         entityA      = null;
         entityB      = null;
         priority     = (uint)1;
     }
 }
示例#2
0
 //Constructor
 public MalleableDescriptor()
 {
     unchecked {
         type        = (hkConstraintType)0;
         numEntities = (uint)2;
         entityA     = null;
         entityB     = null;
         priority    = (uint)1;
         tau         = 0.0f;
         damping     = 0.0f;
         strength    = 0.0f;
     }
 }