Example #1
0
 /// <summary>Writes all of the effector's spring attributes to the description, as well as setting the 2 actor connection points. </summary>
 /// <param name="desc">The descriptor used to retrieve the state of the effector.</param>
 public virtual void saveToDesc(NxSpringAndDamperEffectorDesc desc)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     NxSpringAndDamperEffector_saveToDesc_INVOKE(ClassPointer, doSetFunctionPointers, (desc != null ? desc.ClassPointer : NullRef));
 }
Example #2
0
 private void saveToDesc_virtual(IntPtr desc)
 {
     saveToDesc(NxSpringAndDamperEffectorDesc.GetClass(desc));
 }