Struct Model.Output
Represents an output to a model.
Inherited Members
Namespace: Unity.Sentis
Assembly: Unity.Sentis.dll
Syntax
[Serializable]
public struct Model.Output
Fields
index
The index of the output.
Declaration
public string index
Field Value
Type | Description |
---|---|
string |
name
The name of the output.
Declaration
public string name
Field Value
Type | Description |
---|---|
string |