C# Class AnodyneSharp.States.MenuSubstates.DialogueSubstate

Inheritance: AnodyneSharp.States.MenuSubstates.Substate
显示文件 Open project: PixieCatSupreme/AnodyneSharp

Public Methods

Method Description
DrawUI ( ) : void
Update ( ) : void

Protected Methods

Method Description
SetDialogue ( string text ) : void

Method Details

DrawUI() public method

public DrawUI ( ) : void
return void

SetDialogue() protected method

protected SetDialogue ( string text ) : void
text string
return void

Update() public method

public Update ( ) : void
return void