Exemple #1
0
 public FbxLimitsUtilities.ERotationType GetRotationType()
 {
     FbxLimitsUtilities.ERotationType ret = (FbxLimitsUtilities.ERotationType)FbxWrapperNativePINVOKE.FbxLimitsUtilities_GetRotationType(swigCPtr);
     return(ret);
 }
Exemple #2
0
 public void SetRotationType(FbxLimitsUtilities.ERotationType pType)
 {
     FbxWrapperNativePINVOKE.FbxLimitsUtilities_SetRotationType(swigCPtr, (int)pType);
 }