Ejemplo n.º 1
0
 public void SetInheritType(FbxTransform.EInheritType pType)
 {
     fbx_wrapperPINVOKE.FbxTransform_SetInheritType(swigCPtr, (int)pType);
 }
Ejemplo n.º 2
0
 public FbxTransform.EInheritType GetInheritType()
 {
     FbxTransform.EInheritType ret = (FbxTransform.EInheritType)fbx_wrapperPINVOKE.FbxTransform_GetInheritType(swigCPtr);
     return(ret);
 }