Constructor VFXTypeAttribute
VFXTypeAttribute(Usage, string)
Initializes and returns an instance of VFXType.
Declaration
public VFXTypeAttribute(VFXTypeAttribute.Usage usages = Usage.Default, string name = null)
Parameters
Type | Name | Description |
---|---|---|
VFXTypeAttribute.Usage | usages | Flags that set how the Visual Effect Graph can use the VFXType. |
string | name | Custom name of the VFXType (can be null). |