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