메소드 | 설명 | |
---|---|---|
Particle ( |
Initializes a new instance of the Particle class.
|
메소드 | 설명 | |
---|---|---|
PerformInternal ( ) : int |
메소드 | 설명 | |
---|---|---|
CheckHitPlayers ( List |
||
Move ( ) : Vector3I |
public Particle ( |
||
world | The world. | |
pos | Vector3I | The initial position. |
direction | Vector3F | The direction in which the particle is flying. |
owner | The owner of the particle. | |
block | Block | The block type of the particle. |
behavior | IParticleBehavior | The partcle behavior. Includes how fare and fast it moves, what happens if it hits a player an obstacle etc. |
리턴 | System |