Enum AllocScope
Enum to describe life time of a given allocation
Namespace: Unity.Barracuda
Syntax
public enum AllocScope : int
Fields
| Name | Description | Value |
|---|---|---|
| LayerOutput | 0 | |
| InternalToLayer | 1 |
Enum to describe life time of a given allocation
public enum AllocScope : int
| Name | Description | Value |
|---|---|---|
| LayerOutput | 0 | |
| InternalToLayer | 1 |