Struct StreamingAssetsLanguageModel
StreamingAssets language model description.
Namespace: Recognissimo.Components
Assembly: Recognissimo.dll
Syntax
[Serializable]
public struct StreamingAssetsLanguageModel
Fields
language
Language of the model.
Declaration
[Tooltip("Language of the model")]
public SystemLanguage language
Field Value
Type | Description |
---|---|
UnityEngine.SystemLanguage |
path
Path relative to StreamingAssets folder.
Declaration
[Tooltip("Path relative to StreamingAssets folder")]
public string path
Field Value
Type | Description |
---|---|
System.String |