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
)
Function GetAssetByPath (
path As String
) As IAsset
IAsset^ GetAssetByPath(
String^ path
)
abstract GetAssetByPath :
path : string -> IAsset
Parameters
- path
- Type: SystemString
Asset path
Return Value
Type:
IAssetAsset with matching path, or null if Asset doesn't exist
Remarks This method will not be able to retrieve external Asset
See Also