|
|
| GraphicsSetting (global::System.IntPtr cPtr, bool cMemoryOwn) |
| | 仅供内部使用
|
| |
|
void | SetScreenCullTol (int val) |
| |
|
int | GetScreenCullTol () |
| |
|
void | SetCullBackFace (bool val) |
| |
|
bool | GetCullBackFace () |
| |
|
void | SetShowFPS (bool val) |
| |
|
bool | GetShowFPS () |
| |
|
void | SetThemeStyle (EnumThemeStyle val) |
| |
|
EnumThemeStyle | GetThemeStyle () |
| |
|
void | SetBackgroundType (EnumBackgroundType val) |
| |
|
EnumBackgroundType | GetBackgroundType () |
| |
|
void | SetBackgroundColor (Vector3 val) |
| |
|
Vector3 | GetBackgroundColor () |
| |
|
void | SetBackgroundColor2 (Vector3 val) |
| |
|
Vector3 | GetBackgroundColor2 () |
| |
|
void | SetBackgroundImage (string val) |
| |
|
string | GetBackgroundImage () |
| |
|
void | SetNavigator (EnumViewCoordinateType val) |
| |
|
EnumViewCoordinateType | GetNavigator () |
| |
|
void | SetSystemAxis (bool val) |
| |
|
bool | GetSystemAxis () |
| |
|
void | SetRenderMode (EnumDisplayMode val) |
| |
|
EnumDisplayMode | GetRenderMode () |
| |
|
void | SetPickFilter (EnumShapeFilter val) |
| |
|
EnumShapeFilter | GetPickFilter () |
| |
|
void | SetPanButton (EnumMouseButton val) |
| |
|
EnumMouseButton | GetPanButton () |
| |
|
void | SetOrbitButton (EnumMouseButton val) |
| |
|
EnumMouseButton | GetOrbitButton () |
| |
|
void | SetPickButton (EnumMouseButton val) |
| |
|
EnumMouseButton | GetPickButton () |
| |
|
void | SetFreeOrbit (bool val) |
| |
|
bool | GetFreeOrbit () |
| |
|
void | SetDeleteByKey (bool val) |
| |
|
bool | GetDeleteByKey () |
| |
|
void | SetTransformCenter (EnumTransformCenter val) |
| |
|
EnumTransformCenter | GetTransformCenter () |
| |
|
void | SetZoomByDoubleClick (bool val) |
| |
|
bool | GetZoomByDoubleClick () |
| |
|
void | SetPickOcclusion (bool val) |
| |
|
bool | GetPickOcclusion () |
| |
|
void | SetDirectRectPick (bool val) |
| |
|
bool | GetDirectRectPick () |
| |
|
void | SetPickGroupWithChildren (bool val) |
| |
|
bool | GetPickGroupWithChildren () |
| |
|
void | SetPickPartWithFeature (bool val) |
| |
|
bool | GetPickPartWithFeature () |
| |
|
void | SetAlwaysPartiallyRectPick (bool val) |
| |
|
bool | GetAlwaysPartiallyRectPick () |
| |
|
void | SetLogLevel (EnumLoggingLevel val) |
| |
|
EnumLoggingLevel | GetLogLevel () |
| |
|
void | SetUILogLevel (EnumLoggingLevel val) |
| |
|
EnumLoggingLevel | GetUILogLevel () |
| |
|
void | SetLogPath (string val) |
| |
|
string | GetLogPath () |
| |
| override bool | Load (string fileName) |
| | 加载设置
|
| |
| override void | Save (string fileName) |
| | 保存设置
|
| |
|
| AbstractSettings (global::System.IntPtr cPtr, bool cMemoryOwn) |
| | 仅供内部使用
|
| |
|
void | Dispose () |
| |
|
| AbstractSettings () |
| | 构造函数
|
| |
| bool | Contains (string name) |
| | 检查是否包含指定名称的参数
|
| |
| string | GetAbsolutePath (string path) |
| | 获取指定路径的绝对路径
|
| |