Click or drag to resize

AssetModelAssetPath Property

Specifies the filename of the Asset to be loaded.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string AssetPath { get; set; }

Property Value

Type: String
Remarks

The AssetPath will automatically be adjusted depending on the target platform (WebGL, Android, etc.). Only the filename is required.

See Also