示例#1
0
 /// <summary>Writes all of the object's attributes to the desc struct. </summary>
 /// <param name="desc">The descriptor used to retrieve the state of the object.</param>
 public virtual void saveToDesc(NxSphericalJointDesc desc)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     NxSphericalJoint_saveToDesc_INVOKE(ClassPointer, doSetFunctionPointers, (desc != null ? desc.ClassPointer : NullRef));
 }
示例#2
0
 private void saveToDesc_virtual(IntPtr desc)
 {
     saveToDesc(NxSphericalJointDesc.GetClass(desc));
 }
示例#3
0
 private void loadFromDesc_virtual(IntPtr desc)
 {
     loadFromDesc(NxSphericalJointDesc.GetClass(desc));
 }