C# Class Terraria.ModLoader.ModDust

Afficher le fichier Open project: JavidPack/TerraCustom Class Usage Examples

Méthodes publiques

Свойство Type Description
updateType int

Private Properties

Свойство Type Description
Draw void
ReserveDustID int
ResizeArrays void
SetupDust void
SetupUpdateType void
TakeDownUpdateType void
Unload void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Autoload() public méthode

public Autoload ( string &name, string &texture ) : bool
name string
texture string
Résultat bool

GetAlpha() public méthode

public GetAlpha ( Dust dust, Color lightColor ) : Color?
dust Terraria.Dust
lightColor Color
Résultat Color?

GetDust() public static méthode

public static GetDust ( int type ) : ModDust
type int
Résultat ModDust

MidUpdate() public méthode

public MidUpdate ( Dust dust ) : bool
dust Terraria.Dust
Résultat bool

OnSpawn() public méthode

public OnSpawn ( Dust dust ) : void
dust Terraria.Dust
Résultat void

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void

Update() public méthode

public Update ( Dust dust ) : bool
dust Terraria.Dust
Résultat bool

Property Details

updateType public_oe property

public int updateType
Résultat int