5 [
Attribute(
"0", UIWidgets.Auto,
"Disable this component, useful for example when we want to inherit config without a specific component" )]
6 protected bool m_bDisableComponent;
8 protected bool m_bHookToRoot =
false;
9 protected Widget m_RootWidget;
19 protected void OnMapOpen(MapConfiguration config)
28 protected void OnMapClose(MapConfiguration config)
36 bool IsConfigDisabled()
38 return m_bDisableComponent;
45 void SetActive(
bool active,
bool isCleanup =
false)
70 void Update(
float timeSlice);