HasUint
Use this method to check if the VFXEventAttribute stores a unsigned integer with the name you pass in.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
HasUint(int)
Use this method to check if the VFXEventAttribute stores a unsigned integer with the name you pass in.
public bool HasUint(int nameID)
Parameters
The ID of the property. This is the same ID that Shader.PropertyToID returns.
Returns
Type | Description |
|---|---|
| bool |
HasUint(string)
Use this method to check if the VFXEventAttribute stores a unsigned integer with the name you pass in.
public bool HasUint(string name)
Parameters
The name of the property.
Returns
Type | Description |
|---|---|
| bool |