C# 클래스 Terraria.Star

파일 보기 프로젝트 열기: EmuDevs/EDTerraria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
position Vector2
rotation float
rotationSpeed float
scale float
twinkle float
twinkleSpeed float
type int

공개 메소드들

메소드 설명
SpawnStars ( ) : void
UpdateStars ( ) : void

메소드 상세

SpawnStars() 공개 정적인 메소드

public static SpawnStars ( ) : void
리턴 void

UpdateStars() 공개 정적인 메소드

public static UpdateStars ( ) : void
리턴 void

프로퍼티 상세

position 공개적으로 프로퍼티

public Vector2 position
리턴 Vector2

rotation 공개적으로 프로퍼티

public float rotation
리턴 float

rotationSpeed 공개적으로 프로퍼티

public float rotationSpeed
리턴 float

scale 공개적으로 프로퍼티

public float scale
리턴 float

twinkle 공개적으로 프로퍼티

public float twinkle
리턴 float

twinkleSpeed 공개적으로 프로퍼티

public float twinkleSpeed
리턴 float

type 공개적으로 프로퍼티

public int type
리턴 int