public class PhysicsParticleComponent extends Component
| Constructor and Description |
|---|
PhysicsParticleComponent() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.Color |
getColor() |
ParticleGroupDef |
getDefinition() |
void |
setColor(javafx.scene.paint.Color color)
Set particle color.
|
void |
setDefinition(ParticleGroupDef definition)
Set particle group definition.
|
public void setDefinition(ParticleGroupDef definition)
definition - particle definitionpublic ParticleGroupDef getDefinition()
public void setColor(javafx.scene.paint.Color color)
color - particle colorpublic javafx.scene.paint.Color getColor()
Copyright © 2018. All rights reserved.