2D Shooter Bullet and Weapon System for Unity 3.0.0
Loading...
Searching...
No Matches
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 {
  None = 0 , ListSize = 1 , ListLabel = 2 , ElementLabels = 4 ,
  Buttons = 8 , Default = ListSize | ListLabel | ElementLabels , NoElementLabels = ListSize | ListLabel , All = Default | Buttons
}

Typedef Documentation

◆ Debug

using Debug = UnityEngine.Debug

Enumeration Type Documentation

◆ EditorListOption

Enumerator
None 
ListSize 
ListLabel 
ElementLabels 
Buttons 
Default 
NoElementLabels 
All