예제 #1
0
            internal static _PopFront PopFront()
            {
                if (_PopFrontFunc == null)
                {
                    _PopFrontFunc =
                        (_PopFront)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnPathCamera_popFront"), typeof(_PopFront));
                }

                return(_PopFrontFunc);
            }
예제 #2
0
            internal static _PopFront PopFront()
            {
                if (_PopFrontFunc == null)
                {
                    _PopFrontFunc =
                        (_PopFront)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnPathCamera_popFront"), typeof(_PopFront));
                }

                return(_PopFrontFunc);
            }