TopDown Engine  v3.6
MoreMountains.TopDownEngine.CharacterAbilityInspector Class Reference

Adds custom labels to the Character inspector More...

Inheritance diagram for MoreMountains.TopDownEngine.CharacterAbilityInspector:

Public Member Functions

override void OnInspectorGUI ()
 When inspecting a Character, adds to the regular inspector some labels, useful for debugging More...
 

Protected Member Functions

virtual void OnEnable ()
 

Protected Attributes

List< String > _propertiesToHide
 
bool _hasHiddenProperties = false
 
bool _foldout
 

Detailed Description

Adds custom labels to the Character inspector

Member Function Documentation

◆ OnEnable()

virtual void MoreMountains.TopDownEngine.CharacterAbilityInspector.OnEnable ( )
protectedvirtual

◆ OnInspectorGUI()

override void MoreMountains.TopDownEngine.CharacterAbilityInspector.OnInspectorGUI ( )

When inspecting a Character, adds to the regular inspector some labels, useful for debugging

Member Data Documentation

◆ _foldout

bool MoreMountains.TopDownEngine.CharacterAbilityInspector._foldout
protected

◆ _hasHiddenProperties

bool MoreMountains.TopDownEngine.CharacterAbilityInspector._hasHiddenProperties = false
protected

◆ _propertiesToHide

List<String> MoreMountains.TopDownEngine.CharacterAbilityInspector._propertiesToHide
protected

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