C# Class InformationBox, 2DPlatformer

Inheritance: MonoBehaviour
Exibir arquivo Open project: MarbleGameDev/2DPlatformer Class Usage Examples

Public Properties

Property Type Description
shopMode bool

Public Methods

Method Description
Clear ( ) : void
DisplayObject ( object obj ) : void

Sets the information display to the correct text for the object passed

Start ( ) : void
Update ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

DisplayObject() public method

Sets the information display to the correct text for the object passed
public DisplayObject ( object obj ) : void
obj object
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

shopMode public_oe property

public bool shopMode
return bool