C# Class LevelBuilding

Inheritance: EditorWindow
Show file Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Public Properties

Property Type Description
platformLength int
platformNote Note,

Public Methods

Method Description
Awake ( ) : void
CreatePlatforms ( ) : void
OnGUI ( ) : void

Private Methods

Method Description
ShowWindow ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

CreatePlatforms() public method

public CreatePlatforms ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

platformLength public property

public int platformLength
return int

platformNote public property

public Note, platformNote
return Note,