public final class SCNParticleInputMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Distance
The input time for the controller animation is the distance from the variation origin node.
|
static long |
Life
The input time for the controller animation is the current life duration of the particle
|
static long |
OtherProperty
The input time for the controller animation is the current value of another specified property.
|
public static final long Life
public static final long Distance
public static final long OtherProperty