Method | Description | |
---|---|---|
CreateParticleSystem ( int maxCount, Color color ) : System.Windows.Media.Media3D.Model3D | ||
ParticleSystemManagerEntity ( ) : System | ||
SpawnParticle ( System.Windows.Media.Media3D.Point3D position, double speed, Color color, double size, double duration ) : void | ||
Update ( float elapsed ) : void |
public CreateParticleSystem ( int maxCount, Color color ) : System.Windows.Media.Media3D.Model3D | ||
maxCount | int | |
color | Color | |
return | System.Windows.Media.Media3D.Model3D |
public ParticleSystemManagerEntity ( ) : System | ||
return | System |
public SpawnParticle ( System.Windows.Media.Media3D.Point3D position, double speed, Color color, double size, double duration ) : void | ||
position | System.Windows.Media.Media3D.Point3D | |
speed | double | |
color | Color | |
size | double | |
duration | double | |
return | void |