C# Class ExampleMod.Projectiles.PuritySpirit.PuritySphere

Inheritance: Terraria.ModLoader.ModProjectile
ファイルを表示 Open project: bluemagic123/tModLoader

Public Properties

Property Type Description
maxTimer int

Public Methods

Method 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 method

public AI ( ) : void
return void

GetAlpha() public method

public GetAlpha ( Color lightColor ) : Color?
lightColor Color
return Color?

PreDraw() public method

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

ReceiveExtraAI() public method

public ReceiveExtraAI ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SendExtraAI() public method

public SendExtraAI ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

SetDefaults() public method

public SetDefaults ( ) : void
return void

Property Details

maxTimer public_oe property

public int maxTimer
return int