Class VFXTypeAttribute
Defines a VFXType that you can use in Node Workspace.
Inherited Members
Namespace: UnityEngine.VFX
Assembly: Unity.VisualEffectGraph.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Struct, AllowMultiple = false)]
public class VFXTypeAttribute : Attribute
Constructors
Name | Description |
---|---|
VFXTypeAttribute(Usage, string) | Initializes and returns an instance of VFXType. |