Example #1
0
            internal static void reset(IntPtr thisPtr, float speed)
            {
                if (_resetFunc == null)
                {
                    _resetFunc =
                        (_reset)Marshal.GetDelegateForFunctionPointer(Torque3D.DllLoadUtils.GetProcAddress(Torque3D.Torque3DLibHandle,
                                                                                                           "fn_PathCamera_reset"), typeof(_reset));
                }

                _resetFunc(thisPtr, speed);
            }
Example #2
0
            internal static void reset(IntPtr thisPtr)
            {
                if (_resetFunc == null)
                {
                    _resetFunc =
                        (_reset)Marshal.GetDelegateForFunctionPointer(Torque3D.DllLoadUtils.GetProcAddress(Torque3D.Torque3DLibHandle,
                                                                                                           "fn_GuiCanvas_reset"), typeof(_reset));
                }

                _resetFunc(thisPtr);
            }
Example #3
0
 set => SetProperty(ref _reset, value);