프로퍼티 | 타입 | 설명 | |
---|---|---|---|
particle_array | hyades.graphics.particle.Particle[] | ||
particle_pool | Queue |
메소드 | 설명 | |
---|---|---|
Draw ( GraphicsDevice device, Camera camera ) : void | ||
Emit ( IParticleLogic logic, float life ) : |
||
Explode ( Vector3 position, float radius ) : void | ||
GetInstance ( ) : |
||
Implode ( Vector3 position, float radius ) : void | ||
ParticleManager ( ) : System | ||
Update ( double elapsed ) : void |
메소드 | 설명 | |
---|---|---|
Interact ( Vector3 position, float radius, bool explode ) : void |
public Draw ( GraphicsDevice device, Camera camera ) : void | ||
device | GraphicsDevice | |
camera | Camera | |
리턴 | void |
public Emit ( IParticleLogic logic, float life ) : |
||
logic | IParticleLogic | |
life | float | |
리턴 |
public Explode ( Vector3 position, float radius ) : void | ||
position | Vector3 | |
radius | float | |
리턴 | void |
public Implode ( Vector3 position, float radius ) : void | ||
position | Vector3 | |
radius | float | |
리턴 | void |
public Particle[],hyades.graphics.particle particle_array | ||
리턴 | hyades.graphics.particle.Particle[] |