Click or drag to resize

IAssetFactoryGetAssetByPath Method

Retrieves a Asset by its path

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

Parameters

path
Type: SystemString
Asset path

Return Value

Type: IAsset
Asset with matching path, or null if Asset doesn't exist
Remarks
This method will not be able to retrieve external Asset
See Also