C# Class LevelBuilding

Inheritance: EditorWindow
Exibir arquivo 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_oe property

public int platformLength
return int

platformNote public_oe property

public Note, platformNote
return Note,