Package apple.scenekit.enums
Class SCNParticleInputMode
- java.lang.Object
-
- apple.scenekit.enums.SCNParticleInputMode
-
public final class SCNParticleInputMode extends java.lang.ObjectParticle Variation Mode
-
-
Field Summary
Fields Modifier and Type Field Description static longDistanceThe input time for the controller animation is the distance from the variation origin node.static longLifeThe input time for the controller animation is the current life duration of the particlestatic longOtherPropertyThe input time for the controller animation is the current value of another specified property.
-
-
-
Field Detail
-
Life
public static final long Life
The input time for the controller animation is the current life duration of the particle- See Also:
- Constant Field Values
-
Distance
public static final long Distance
The input time for the controller animation is the distance from the variation origin node.- See Also:
- Constant Field Values
-
OtherProperty
public static final long OtherProperty
The input time for the controller animation is the current value of another specified property.- See Also:
- Constant Field Values
-
-