예제 #1
0
            internal static _StopSelectron StopSelectron()
            {
                if (_StopSelectronFunc == null)
                {
                    _StopSelectronFunc =
                        (_StopSelectron)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnafxSelectron_stopSelectron"), typeof(_StopSelectron));
                }

                return(_StopSelectronFunc);
            }
예제 #2
0
            internal static _StopSelectron StopSelectron()
            {
                if (_StopSelectronFunc == null)
                {
                    _StopSelectronFunc =
                        (_StopSelectron)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnafxSelectron_stopSelectron"), typeof(_StopSelectron));
                }

                return(_StopSelectronFunc);
            }