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