예제 #1
0
            internal static int size(IntPtr thisPtr)
            {
                if (_sizeFunc == null)
                {
                    _sizeFunc =
                        (_size)Marshal.GetDelegateForFunctionPointer(Torque3D.DllLoadUtils.GetProcAddress(Torque3D.Torque3DLibHandle,
                                                                                                          "fn_GuiPopUpMenuCtrl_size"), typeof(_size));
                }

                return(_sizeFunc(thisPtr));
            }
예제 #2
0
 set => SetProperty(ref _size, value);