Enum VFXTypeAttribute.Usage
Options that define how the Visual Effect Graph can use a VFXType.
Namespace: UnityEngine.VFX
Assembly: Unity.VisualEffectGraph.Runtime.dll
Syntax
[Flags]
public enum VFXTypeAttribute.Usage
Fields
Name | Description |
---|---|
Default | Usable as a port type and exposable parameter. |
ExcludeFromProperty | Exclude from property and exposable parameters. |
GraphicsBuffer | Usable as a GraphicsBuffer data type. |