Method GetNodeAssetPath
GetNodeAssetPath(NodeRuntime, ref TextAsset)
Gets the node asset path.
Declaration
public static string GetNodeAssetPath(NodeRuntime node, ref TextAsset txtAsset)
Parameters
| Type | Name | Description | 
|---|---|---|
| NodeRuntime | node | The node.  | 
    
| TextAsset | txtAsset | The text asset.  | 
    
Returns
| Type | Description | 
|---|---|
| string | System.String.  |