C# Class Terraria.ModLoader.ModGore

Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
DrawBehind ( Gore gore ) : bool
GetAlpha ( Gore gore, Color lightColor ) : Color?
GetGoreSlot ( string texture ) : int
OnSpawn ( Gore gore ) : void
Update ( Gore gore ) : bool

Private Methods

Méthode Description
DrawBackGore ( Gore gore ) : bool
ReserveGoreID ( ) : int
ResizeAndFillArrays ( ) : void
SetupGore ( Gore gore ) : void
SetupUpdateType ( Gore gore ) : void
TakeDownUpdateType ( Gore gore ) : void
Unload ( ) : void

Method Details

DrawBehind() public méthode

public DrawBehind ( Gore gore ) : bool
gore Terraria.Gore
Résultat bool

GetAlpha() public méthode

public GetAlpha ( Gore gore, Color lightColor ) : Color?
gore Terraria.Gore
lightColor Color
Résultat Color?

GetGoreSlot() public static méthode

public static GetGoreSlot ( string texture ) : int
texture string
Résultat int

OnSpawn() public méthode

public OnSpawn ( Gore gore ) : void
gore Terraria.Gore
Résultat void

Update() public méthode

public Update ( Gore gore ) : bool
gore Terraria.Gore
Résultat bool

Property Details

updateType public_oe property

public int updateType
Résultat int