Beispiel #1
0
        public int AddReference(FbxSceneReference pReference)
        {
            int ret = FbxWrapperNativePINVOKE.FbxManager_AddReference(swigCPtr, FbxSceneReference.getCPtr(pReference));

            return(ret);
        }
Beispiel #2
0
        public bool ClearReference(FbxSceneReference pReference)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxManager_ClearReference(swigCPtr, FbxSceneReference.getCPtr(pReference));

            return(ret);
        }
Beispiel #3
0
        public bool RemoveReference(FbxSceneReference pReference)
        {
            bool ret = fbx_wrapperPINVOKE.FbxManager_RemoveReference(swigCPtr, FbxSceneReference.getCPtr(pReference));

            return(ret);
        }