C# 클래스 ExampleMod.Projectiles.PuritySpirit.PuritySphere

상속: Terraria.ModLoader.ModProjectile
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 프로퍼티들

프로퍼티 타입 설명
maxTimer int

공개 메소드들

메소드 설명
AI ( ) : void
GetAlpha ( Color lightColor ) : Color?
PreDraw ( SpriteBatch spriteBatch, Color lightColor ) : bool
ReceiveExtraAI ( BinaryReader reader ) : void
SendExtraAI ( BinaryWriter writer ) : void
SetDefaults ( ) : void

메소드 상세

AI() 공개 메소드

public AI ( ) : void
리턴 void

GetAlpha() 공개 메소드

public GetAlpha ( Color lightColor ) : Color?
lightColor Color
리턴 Color?

PreDraw() 공개 메소드

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

ReceiveExtraAI() 공개 메소드

public ReceiveExtraAI ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

SendExtraAI() 공개 메소드

public SendExtraAI ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

프로퍼티 상세

maxTimer 공개적으로 프로퍼티

public int maxTimer
리턴 int