| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.scenegraph |
| Modifier and Type | Field and Description |
|---|---|
protected Callback<ShortLifeNode> |
ShortLifeNode.deathCallback
This callback gets called, when the life has end of this Node.
|
| Modifier and Type | Method and Description |
|---|---|
Callback<ShortLifeNode> |
ShortLifeNode.getDeathCallback()
This callback gets called, when the life has end of this Node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShortLifeNode.setDeathCallback(Callback<ShortLifeNode> deathCallback)
This callback gets called, when the life has end of this Node.
|
| Constructor and Description |
|---|
ShortLifeNode(float maxLifeTime,
ShortLifeNode.Mode mode,
Callback<ShortLifeNode> callback)
Construct a ShortLifeNode.
|
ShortLifeNode(String name,
float maxLifeTime,
ShortLifeNode.Mode mode,
Callback<ShortLifeNode> callback)
Construct a ShortLifeNode.
|
Copyright © 2015. All rights reserved.