Exemple #1
0
            internal static _SetSelection SetSelection()
            {
                if (_SetSelectionFunc == null)
                {
                    _SetSelectionFunc =
                        (_SetSelection)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnVTimeLineControl_setSelection"), typeof(_SetSelection));
                }

                return(_SetSelectionFunc);
            }
Exemple #2
0
            internal static _SetSelection SetSelection()
            {
                if (_SetSelectionFunc == null)
                {
                    _SetSelectionFunc =
                        (_SetSelection)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnVTimeLineControl_setSelection"), typeof(_SetSelection));
                }

                return(_SetSelectionFunc);
            }