Exemple #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(NxRevoluteJointDesc desc)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     NxRevoluteJoint_saveToDesc_INVOKE(ClassPointer, doSetFunctionPointers, (desc != null ? desc.ClassPointer : NullRef));
 }
Exemple #2
0
 private void saveToDesc_virtual(IntPtr desc)
 {
     saveToDesc(NxRevoluteJointDesc.GetClass(desc));
 }
Exemple #3
0
 private void loadFromDesc_virtual(IntPtr desc)
 {
     loadFromDesc(NxRevoluteJointDesc.GetClass(desc));
 }