Highroad Engine v1.3
Public Attributes | Protected Member Functions | List of all members
MoreMountains.Tools.MMDebugMenuTabContents Class Reference

A class used to describe tab contents More...

Inheritance diagram for MoreMountains.Tools.MMDebugMenuTabContents:

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...
 

Detailed Description

A class used to describe tab contents

Member Function Documentation

◆ Initialization()

virtual void MoreMountains.Tools.MMDebugMenuTabContents.Initialization ( )
protectedvirtual

On init we force the scale to one

◆ Start()

virtual void MoreMountains.Tools.MMDebugMenuTabContents.Start ( )
protectedvirtual

On Start we initialize this tab contents

Member Data Documentation

◆ ForceScaleOne

bool MoreMountains.Tools.MMDebugMenuTabContents.ForceScaleOne = true

if this is true, scale will be forced to one on init

◆ Index

int MoreMountains.Tools.MMDebugMenuTabContents.Index = 0

the index of the tab, setup by MMDebugMenu

◆ Parent

Transform MoreMountains.Tools.MMDebugMenuTabContents.Parent

the parent of the tab, setup by MMDebugMenu


The documentation for this class was generated from the following file: