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