Highroad Engine v1.3
|
A class used to describe tab contents More...
Public Attributes | |
int | Index = 0 |
the index of the tab, setup by MMDebugMenu More... | |
Transform | Parent |
the parent of the tab, setup by MMDebugMenu More... | |
bool | ForceScaleOne = true |
if this is true, scale will be forced to one on init More... | |
Protected Member Functions | |
virtual void | Start () |
On Start we initialize this tab contents More... | |
virtual void | Initialization () |
On init we force the scale to one More... | |
A class used to describe tab contents
|
protectedvirtual |
On init we force the scale to one
|
protectedvirtual |
On Start we initialize this tab contents
bool MoreMountains.Tools.MMDebugMenuTabContents.ForceScaleOne = true |
if this is true, scale will be forced to one on init
int MoreMountains.Tools.MMDebugMenuTabContents.Index = 0 |
the index of the tab, setup by MMDebugMenu
Transform MoreMountains.Tools.MMDebugMenuTabContents.Parent |
the parent of the tab, setup by MMDebugMenu