C# 클래스 PhysicExplosion.Behaviors.ExplosionBehavior

상속: Behavior
파일 보기 프로젝트 열기: WaveEngine/Samples

Private Properties

프로퍼티 타입 설명
CreateParticle System.Entity
CreateParticles void

보호된 메소드들

메소드 설명
DefaultValues ( ) : void

Default values method

Initialize ( ) : void

Initialize method

ResolveDependencies ( ) : void

Resolve dependencies method

Update ( System.TimeSpan gameTime ) : void

Update method

비공개 메소드들

메소드 설명
CreateParticle ( float angle, float density, float blastPower ) : System.Entity

Create particle method

CreateParticles ( ) : void

Create particles method

메소드 상세

DefaultValues() 보호된 메소드

Default values method
protected DefaultValues ( ) : void
리턴 void

Initialize() 보호된 메소드

Initialize method
protected Initialize ( ) : void
리턴 void

ResolveDependencies() 보호된 메소드

Resolve dependencies method
protected ResolveDependencies ( ) : void
리턴 void

Update() 보호된 메소드

Update method
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan game time
리턴 void