Property | Type | Description | |
---|---|---|---|
ParticleCount | int |
Method | Description | |
---|---|---|
AddParticles ( Vector2 position, int count ) : void | ||
Initialize ( |
||
Step ( |
||
Water ( int width, int height ) : System |
Method | Description | |
---|---|---|
Avoidance ( float elapsedSeconds ) : void | ||
Collision ( float elapsedSeconds ) : void | ||
Viscosity ( float elapsedSeconds ) : void | ||
WorldCollision ( float elapsedSeconds ) : void |
public AddParticles ( Vector2 position, int count ) : void | ||
position | Vector2 | |
count | int | |
return | void |
public Initialize ( |
||
world | ||
physics | ||
return | void |
public Step ( |
||
worldState | ||
elapsedSeconds | float | |
return | void |
public Water ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |