Skip to main content

Auki::ConjureKit::Odal::AssetInstance

Object that represents data associated with the instance of an asset. More...

Public Functions

Name
override stringToString()
Outputs the AssetInstance in string format suitable for display.

Public Attributes

Name
readonly stringAssetId
Asset id.
readonly Dictionary< string, AnimationClipData >Animations
Asset id.

Detailed Description

class Auki::ConjureKit::Odal::AssetInstance;

Object that represents data associated with the instance of an asset.

Assets are defined & uploaded in the Auki` method.

Public Functions Documentation

function ToString

override string ToString()

Outputs the AssetInstance in string format suitable for display.

Return: String with property values

Public Attributes Documentation

variable AssetId

readonly string AssetId;

Asset id.

variable Animations

readonly Dictionary< string, AnimationClipData > Animations;

Asset id.