C# 클래스 Terraria.ModLoader.ModDust

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

공개 프로퍼티들

프로퍼티 타입 설명
updateType int

Private Properties

프로퍼티 타입 설명
Draw void
ReserveDustID int
ResizeArrays void
SetupDust void
SetupUpdateType void
TakeDownUpdateType void
Unload void

공개 메소드들

메소드 설명
Autoload ( string &name, string &texture ) : bool
GetAlpha ( Dust dust, Color lightColor ) : Color?
GetDust ( int type ) : ModDust
MidUpdate ( Dust dust ) : bool
OnSpawn ( Dust dust ) : void
SetDefaults ( ) : void
Update ( Dust dust ) : bool

비공개 메소드들

메소드 설명
Draw ( Dust dust, Color alpha, float scale ) : void
ReserveDustID ( ) : int
ResizeArrays ( ) : void
SetupDust ( Dust dust ) : void
SetupUpdateType ( Dust dust ) : void
TakeDownUpdateType ( Dust dust ) : void
Unload ( ) : void

메소드 상세

Autoload() 공개 메소드

public Autoload ( string &name, string &texture ) : bool
name string
texture string
리턴 bool

GetAlpha() 공개 메소드

public GetAlpha ( Dust dust, Color lightColor ) : Color?
dust Terraria.Dust
lightColor Color
리턴 Color?

GetDust() 공개 정적인 메소드

public static GetDust ( int type ) : ModDust
type int
리턴 ModDust

MidUpdate() 공개 메소드

public MidUpdate ( Dust dust ) : bool
dust Terraria.Dust
리턴 bool

OnSpawn() 공개 메소드

public OnSpawn ( Dust dust ) : void
dust Terraria.Dust
리턴 void

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

Update() 공개 메소드

public Update ( Dust dust ) : bool
dust Terraria.Dust
리턴 bool

프로퍼티 상세

updateType 공개적으로 프로퍼티

public int updateType
리턴 int