Click or drag to resize

IAssetTree Interface

Represents the Asset Tree structure, which corresponds to the AssetTree.xml file in the content location

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
public interface IAssetTree : ISingleton

The IAssetTree type exposes the following members.

Methods
  NameDescription
Public methodGetNode
Retrieves an Asset Tree Node by its unique id
Public methodReport
Reporting function declaration to be implemented with extending classes
(Inherited from ISingleton.)
Top
See Also