This commit is contained in:
monitor1394
2023-03-20 22:00:02 +08:00
parent d7223f6790
commit d196551756
4 changed files with 56 additions and 0 deletions

View File

@@ -95,6 +95,8 @@ slug: /api
- [UGL](#ugl)
- [UGLExample](#uglexample)
- [UGLHelper](#uglhelper)
- [UIComponent](#uicomponent)
- [UIHelper](#uihelper)
- [VisualMapContext](#visualmapcontext)
- [VisualMapHelper](#visualmaphelper)
- [XChartsMgr](#xchartsmgr)
@@ -1182,6 +1184,20 @@ Inherits or Implemented: [MaskableGraphic](#maskablegraphic)
|IsZeroVector()||public static bool IsZeroVector(Vector3 pos)|
|RotateRound()||public static Vector3 RotateRound(Vector3 position, Vector3 center, Vector3 axis, float angle)|
## UIComponent
Inherits or Implemented: [BaseGraph](#basegraph)
|public method|since|description|
|--|--|--|
|UpdateTheme()||public bool UpdateTheme(ThemeType theme)<br/>切换内置主题。 |
## UIHelper
|public method|since|description|
|--|--|--|
|GetBackgroundColor()||public static Color32 GetBackgroundColor(UIComponent component)|
## VisualMapContext
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)