C# Class DrawLinesEditors.LevelsManagerEditor

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
myWireType Level.WireTypes
onConnectBGColor UnityEngine.Color
onConnectColor UnityEngine.Color
spriteColor UnityEngine.Color
wireColor UnityEngine.Color
wireIndex int

Méthodes publiques

Méthode Description
OnInspectorGUI ( ) : void

Private Methods

Méthode Description
CreateNewBarrier ( LevelsManager attrib, Level lvl ) : void
CreateNewLevel ( LevelsManager attrib ) : void
CreateNewPair ( LevelsManager attrib, Level lvl ) : void
RemoveBarrier ( int index, Level level, LevelsManager attrib ) : void
RemoveLevel ( int index, LevelsManager attrib ) : void
RemoveLevelPairs ( Level level, LevelsManager attrib ) : void
RemoveLevels ( LevelsManager attrib ) : void
RemovePair ( int index, Level level, LevelsManager attrib ) : void

Method Details

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

Property Details

myWireType public_oe property

public Level.WireTypes myWireType
Résultat Level.WireTypes

onConnectBGColor public_oe property

public Color,UnityEngine onConnectBGColor
Résultat UnityEngine.Color

onConnectColor public_oe property

public Color,UnityEngine onConnectColor
Résultat UnityEngine.Color

spriteColor public_oe property

public Color,UnityEngine spriteColor
Résultat UnityEngine.Color

wireColor public_oe property

public Color,UnityEngine wireColor
Résultat UnityEngine.Color

wireIndex public_oe property

public int wireIndex
Résultat int