HasInt
Checks if the Visual Effect can override an integer with the name you pass in.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
HasInt(int)
Checks if the Visual Effect can override an integer with the name you pass in.
public bool HasInt(int nameID)
Parameters
The ID of the property. This is the same ID that Shader.PropertyToID returns.
Returns
Type | Description |
|---|---|
| bool |
HasInt(string)
Checks if the Visual Effect can override an integer with the name you pass in.
public bool HasInt(string name)
Parameters
The name of the property.
Returns
Type | Description |
|---|---|
| bool |