Class ModelAsset
Represents a Sentis model asset.
Inherited Members
Namespace: Unity.Sentis
Syntax
[PreferBinarySerialization]
public class ModelAsset : ScriptableObject
Fields
modelAssetData
The serialized binary data for the input descriptions, constant descriptions, layers, outputs, and metadata of the model.
Declaration
[HideInInspector]
public ModelAssetData modelAssetData
Field Value
Type | Description |
---|---|
ModelAssetData |
modelWeightsChunks
The serialized binary data for the constant weights of the model, split into chunks.
Declaration
[HideInInspector]
public ModelAssetWeightsData[] modelWeightsChunks
Field Value
Type | Description |
---|---|
ModelAssetWeightsData[] |