IAsset Interface

Base interface for Articy Assets.

Definition

Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
public interface IAsset

Remarks

Properties

Category Gets the asset category. This describes the basic nature of the asset.

Methods

LoadAssetTAsset Load the underlying asset via Load(String), if available. The asset is cached so multiple calls to this method will just return the loaded asset.
LoadAssetAsSprite Loads the asset as a sprite. This can automatically create a sprite from a texture.
LoadAssetAsSpriteAsync Loads the asset as a sprite. This can automatically create a sprite from a texture.
LoadAssetAsyncTAsset Load the underlying asset via Load(String), if available. The asset is cached so multiple calls to this method will just return the loaded asset.
ReleaseAsset Releases the asset reference.

See Also