Exemplo n.º 1
0
        public int AddReference(FbxSceneReference pReference)
        {
            int ret = FbxWrapperNativePINVOKE.FbxManager_AddReference(swigCPtr, FbxSceneReference.getCPtr(pReference));

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

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

            return(ret);
        }