C# Class DeenGames.Utils.Tower.Controls.TowerText

ファイルを表示 Open project: deengames/valence Class Usage Examples

Public Methods

Method Description
AddShadow ( ) : void
AddShadow ( int xOffset, int yOffset ) : void
AttachTo ( TowerSprite sprite, bool changeRelative ) : void
Colour ( int red, int green, int blue ) : void
InsertNewLines ( int maxWidth ) : void
TowerText ( Text baseText ) : System

Method Details

AddShadow() public method

public AddShadow ( ) : void
return void

AddShadow() public method

public AddShadow ( int xOffset, int yOffset ) : void
xOffset int
yOffset int
return void

AttachTo() public method

public AttachTo ( TowerSprite sprite, bool changeRelative ) : void
sprite DeenGames.Valence.Tower.Controls.TowerSprite
changeRelative bool
return void

Colour() public method

public Colour ( int red, int green, int blue ) : void
red int
green int
blue int
return void

InsertNewLines() public method

public InsertNewLines ( int maxWidth ) : void
maxWidth int
return void

TowerText() public method

public TowerText ( Text baseText ) : System
baseText FlatRedBall.Graphics.Text
return System