| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.scenegraph |
| Modifier and Type | Field and Description |
|---|---|
protected ShortLifeNode.Mode |
ShortLifeNode.mode
The Mode hint
|
| Modifier and Type | Method and Description |
|---|---|
static ShortLifeNode.Mode |
ShortLifeNode.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShortLifeNode.Mode[] |
ShortLifeNode.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.