C# Class Nez.FormatInstruction

Show file 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 property

public Color color
return Color

font public property

public IFont font
return IFont

scale public property

public Vector2 scale
return Vector2