C# Class Touhou.ExampleSprite.ExampleSprite.ScoreText

显示文件 Open project: schedule-productions/Touhou

Public Properties

Property Type Description
amount int
color Color
pos Vector2
time float

Public Methods

Method Description
ScoreText ( int s, Vector2 p, Color c ) : System
update ( ) : bool

Method Details

ScoreText() public method

public ScoreText ( int s, Vector2 p, Color c ) : System
s int
p Vector2
c Color
return System

update() public method

public update ( ) : bool
return bool

Property Details

amount public_oe property

public int amount
return int

color public_oe property

public Color color
return Color

pos public_oe property

public Vector2 pos
return Vector2

time public_oe property

public float time
return float