Class VFXOutputEventPrefabAttributeAbstractHandler
Namespace: UnityEngine.VFX.Utility
Syntax
public abstract class VFXOutputEventPrefabAttributeAbstractHandler : MonoBehaviour
Methods
OnVFXEventAttribute(VFXEventAttribute, VisualEffect)
Declaration
public abstract void OnVFXEventAttribute(VFXEventAttribute eventAttribute, VisualEffect visualEffect)
Parameters
| Type | Name | Description |
|---|---|---|
| VFXEventAttribute | eventAttribute | |
| VisualEffect | visualEffect |