Table of Contents

Method SubAsset

Namespace
GrindFest
Assembly
GrindFest.dll

SubAsset<T>(string, string)

Resolves a sub-object by name from its parent asset, caching the result.

public static T SubAsset<T>(string parentAddress, string objectName) where T : Object

Parameters

parentAddress string
objectName string

Returns

T

Type Parameters

T