C# Class ExampleMod.Projectiles.PuritySpirit.PuritySphere

Inheritance: Terraria.ModLoader.ModProjectile
Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

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

Méthodes publiques

Méthode Description
AI ( ) : void
GetAlpha ( Color lightColor ) : Color?
PreDraw ( SpriteBatch spriteBatch, Color lightColor ) : bool
ReceiveExtraAI ( BinaryReader reader ) : void
SendExtraAI ( BinaryWriter writer ) : void
SetDefaults ( ) : void

Method Details

AI() public méthode

public AI ( ) : void
Résultat void

GetAlpha() public méthode

public GetAlpha ( Color lightColor ) : Color?
lightColor Color
Résultat Color?

PreDraw() public méthode

public PreDraw ( SpriteBatch spriteBatch, Color lightColor ) : bool
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
lightColor Color
Résultat bool

ReceiveExtraAI() public méthode

public ReceiveExtraAI ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

SendExtraAI() public méthode

public SendExtraAI ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void

Property Details

maxTimer public_oe property

public int maxTimer
Résultat int