VisualEffectObject
This class is the base for VisualEffectAsset and VisualEffectSubgraph.
Read time 3 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
- Inherits from: Object
public abstract class VisualEffectObject : Object
Remarks
Additional Resources: VisualEffectAsset .
Constructors
Constructor | Description |
|---|---|
| VisualEffectObject() | The visual effect object constructor. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |