C# Class DrawLinesEditors.LevelsManagerEditor

Inheritance: UnityEditor.Editor
Mostrar archivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
myWireType Level.WireTypes
onConnectBGColor UnityEngine.Color
onConnectColor UnityEngine.Color
spriteColor UnityEngine.Color
wireColor UnityEngine.Color
wireIndex int

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method 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 method

public OnInspectorGUI ( ) : void
return void

Property Details

myWireType public_oe property

public Level.WireTypes myWireType
return Level.WireTypes

onConnectBGColor public_oe property

public Color,UnityEngine onConnectBGColor
return UnityEngine.Color

onConnectColor public_oe property

public Color,UnityEngine onConnectColor
return UnityEngine.Color

spriteColor public_oe property

public Color,UnityEngine spriteColor
return UnityEngine.Color

wireColor public_oe property

public Color,UnityEngine wireColor
return UnityEngine.Color

wireIndex public_oe property

public int wireIndex
return int