2DShooterWeaponSystem  1.9.0
WeaponSystemEditor.cs File Reference

Classes

class  WeaponSystemEditor
 Custom inspector / editor for the main WeaponSystem component script. More...
 

Typedefs

using Debug = UnityEngine.Debug
 

Enumerations

enum  EditorListOption {
  EditorListOption.None = 0, EditorListOption.ListSize = 1, EditorListOption.ListLabel = 2, EditorListOption.ElementLabels = 4,
  EditorListOption.Buttons = 8, EditorListOption.Default = ListSize | ListLabel | ElementLabels, EditorListOption.NoElementLabels = ListSize | ListLabel, EditorListOption.All = Default | Buttons
}
 

Typedef Documentation

◆ Debug

using Debug = UnityEngine.Debug

Enumeration Type Documentation

◆ EditorListOption

enum EditorListOption
strong
Enumerator
None 
ListSize 
ListLabel 
ElementLabels 
Buttons 
Default 
NoElementLabels 
All