C# Class Nez.FormatInstruction

显示文件 Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
color Color
font IFont
scale Vector2

Public Methods

Method Description
FormatInstruction ( IFont font, Color color, Vector2 scale ) : System

Method Details

FormatInstruction() public method

public FormatInstruction ( IFont font, Color color, Vector2 scale ) : System
font IFont
color Color
scale Vector2
return System

Property Details

color public_oe property

public Color color
return Color

font public_oe property

public IFont font
return IFont

scale public_oe property

public Vector2 scale
return Vector2