Click or drag to resize

IAssetFactoryGetAssetByID Method

Retrieves a Asset by its unique id

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IAsset GetAssetByID(
	string Id
)

Parameters

Id
Type: SystemString
Asset Id

Return Value

Type: IAsset
Asset with matching id, or null if the Asset doesn't exist
See Also