internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPropertyTERotationOrder obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public FbxPropertyTERotationOrder assign(FbxEuler.EOrder pValue) { FbxPropertyTERotationOrder ret = new FbxPropertyTERotationOrder(fbx_wrapperPINVOKE.FbxPropertyTERotationOrder_assign(swigCPtr, (int)pValue), false); return(ret); }