CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ Load< T >()

T Load< T > ( )

Loads a (sub) object from the asset identified by type.

To load the main object of the Asset instance use the CodeSmileEditor.Asset.MainObject property.

Template Parameters
TUnityEngine.Object derived type.
Returns
Returns the 'first' asset of the type found.
See also
Type Constraints
T :Object