Class RuntimeAssetLoading
An asset loading wrapper provided to each nodes of a graph during an import at runtime.
Inherited Members
Namespace: UnityEngine.Importer
Assembly: Unity.Importer.dll
Syntax
public sealed class RuntimeAssetLoading : AssetLoading
Constructors
RuntimeAssetLoading(string)
An asset loading wrapper provided to each nodes of a graph during an import at runtime.
Declaration
public RuntimeAssetLoading(string assetPath)
Parameters
Type | Name | Description |
---|---|---|
string | assetPath | The path of the imported file. |
Properties
AssetPath
The path of the imported file.
Declaration
public override string AssetPath { get; }
Property Value
Type | Description |
---|---|
string |