|
|
static void | SetUseRendering (bool enabled) |
| |
| static bool | Initialize (bool standalone) |
| | 初始化
|
| |
| static bool | Initialize () |
| | 初始化
|
| |
|
static void | Destroy () |
| | 释放资源
|
| |
| static string | GetProgramPath () |
| | 获取程序根路径
|
| |
| static bool | SetRenderPipeline (string name) |
| | 设置渲染管线。
|
| |
| static Viewer | CreateView (long hwndHost, uint width, uint height) |
| | 基于已有的窗口控件上创建三维显示视图
|
| |
| static Viewer | CreateWindow3D (string title, uint width, uint height, bool visible) |
| | 创建一个独立的三维窗口
|
| |
|
static long | CreateChildWindow (long parent, int width, int height) |
| |
|
static void | DestoryChildWindow (long child) |
| |
| static Vector2 | GetDpiScale () |
| | 获取当前屏幕缩放系数
|
| |
| static void | SetDpiScaling (float ratio) |
| | 自定义屏幕缩放系数
|
| |
|
static void | Log (EnumLoggingLevel level, string msg) |
| |
|
static bool | RegisterSdk (string a, string b, string d, string e, string f) |
| |
| static Cursor | CreateCursor (Image pImage, int hotX, int hotY) |
| | 创建光标
|
| |
| static void | SetRecord (bool enabled) |
| | 内部方法,调试使用
|
| |
| static void | SetLang (string lang) |
| | 设置语言
|
| |