예제 #1
0
            internal static _GetPath GetPath()
            {
                if (_GetPathFunc == null)
                {
                    _GetPathFunc =
                        (_GetPath)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnVMotionTrack_getPath"), typeof(_GetPath));
                }

                return(_GetPathFunc);
            }
예제 #2
0
            internal static _GetPath GetPath()
            {
                if (_GetPathFunc == null)
                {
                    _GetPathFunc =
                        (_GetPath)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnVMotionTrack_getPath"), typeof(_GetPath));
                }

                return(_GetPathFunc);
            }