Share via


SCNParticleInputMode Enum

Definition

Enumerates how a particle property is animated (over the lifetime of the particle, as the particle travels over a distance, or based on another property). Used with InputMode.

[ObjCRuntime.Native]
public enum SCNParticleInputMode
[<ObjCRuntime.Native>]
type SCNParticleInputMode = 
Inheritance
SCNParticleInputMode
Attributes

Fields

Name Value Description
OverLife 0
OverDistance 1
OverOtherProperty 2

Applies to