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
Returns
- T
Type Parameters
T