C# Class DrawLinesEditors.LevelsManagerEditor

Inheritance: UnityEditor.Editor
Show file 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 property

public Level.WireTypes myWireType
return Level.WireTypes

onConnectBGColor public property

public Color,UnityEngine onConnectBGColor
return UnityEngine.Color

onConnectColor public property

public Color,UnityEngine onConnectColor
return UnityEngine.Color

spriteColor public property

public Color,UnityEngine spriteColor
return UnityEngine.Color

wireColor public property

public Color,UnityEngine wireColor
return UnityEngine.Color

wireIndex public property

public int wireIndex
return int