C# Class FlatRedBall.Gui.TextBoxSkin

Inheritance: WindowSkin
显示文件 Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
Font BitmapFont
TextBlue float
TextGreen float
TextRed float
TextScale float
TextSpacing float

Public Methods

Method Description
SetValuesFrom ( SpriteFrame baseFrame, Text text ) : void

Method Details

SetValuesFrom() public method

public SetValuesFrom ( SpriteFrame baseFrame, Text text ) : void
baseFrame SpriteFrame
text FlatRedBall.Graphics.Text
return void

Property Details

Font public_oe property

public BitmapFont Font
return BitmapFont

TextBlue public_oe property

public float TextBlue
return float

TextGreen public_oe property

public float TextGreen
return float

TextRed public_oe property

public float TextRed
return float

TextScale public_oe property

public float TextScale
return float

TextSpacing public_oe property

public float TextSpacing
return float