AssetManifest.GetAll() Method
Definition¶
Namespace: Brine2D.Assets
Returns all AssetRef<T> fields declared on this manifest instance. FieldInfo is cached per concrete type; resolved refs are cached per instance.
internal System.Collections.Generic.IReadOnlyList<Brine2D.Assets.IAssetRef> GetAll();