Enum PlayTrigger
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
When a Particles element starts its effect.
public enum PlayTrigger
Fields
Manual = 1Never auto-play; the effect is instantiated stopped, for imperative control.
Mount = 0Play as soon as the element mounts (and whenever the effect instance is recreated).