Struct OverrideLayer<T>
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
public struct OverrideLayer<T> : IDisposable
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
stack
Declaration
public readonly OverrideStack<T> stack { get; }
Property Value
| Type | Description |
|---|---|
| OverrideStack<T> |
Methods
Dispose()
Declaration
public void Dispose()