C# 클래스 DrawLinesEditors.LevelsManagerEditor

상속: UnityEditor.Editor
파일 보기 프로젝트 열기: Stumpstump/RoverGame

공개 프로퍼티들

프로퍼티 타입 설명
myWireType Level.WireTypes
onConnectBGColor UnityEngine.Color
onConnectColor UnityEngine.Color
spriteColor UnityEngine.Color
wireColor UnityEngine.Color
wireIndex int

공개 메소드들

메소드 설명
OnInspectorGUI ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void

프로퍼티 상세

myWireType 공개적으로 프로퍼티

public Level.WireTypes myWireType
리턴 Level.WireTypes

onConnectBGColor 공개적으로 프로퍼티

public Color,UnityEngine onConnectBGColor
리턴 UnityEngine.Color

onConnectColor 공개적으로 프로퍼티

public Color,UnityEngine onConnectColor
리턴 UnityEngine.Color

spriteColor 공개적으로 프로퍼티

public Color,UnityEngine spriteColor
리턴 UnityEngine.Color

wireColor 공개적으로 프로퍼티

public Color,UnityEngine wireColor
리턴 UnityEngine.Color

wireIndex 공개적으로 프로퍼티

public int wireIndex
리턴 int