C# 클래스 Touhou.ExampleSprite.ExampleSprite.ScoreText

파일 보기 프로젝트 열기: schedule-productions/Touhou

공개 프로퍼티들

프로퍼티 타입 설명
amount int
color Color
pos Vector2
time float

공개 메소드들

메소드 설명
ScoreText ( int s, Vector2 p, Color c ) : System
update ( ) : bool

메소드 상세

ScoreText() 공개 메소드

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

update() 공개 메소드

public update ( ) : bool
리턴 bool

프로퍼티 상세

amount 공개적으로 프로퍼티

public int amount
리턴 int

color 공개적으로 프로퍼티

public Color color
리턴 Color

pos 공개적으로 프로퍼티

public Vector2 pos
리턴 Vector2

time 공개적으로 프로퍼티

public float time
리턴 float