TopDown Engine
v4.1
|
Public Member Functions | |
void | Reference (T instance, bool cleanUp=false) |
void | Dispose () |
Static Public Member Functions | |
static void | CleanUp () |
static void | RepackNonNullReferences () |
static T | First (System.Func< T, bool > selector) |
Static Public Attributes | |
static T | Any => _instances != null && _instances.Count > 0 && _instances[0].TryGetTarget(out T target) ? target : null |
Properties | |
static IEnumerator< T > | All [get] |
|
static |
void MoreMountains.Tools.MMReferenceHolder< T >.Dispose | ( | ) |
|
static |
void MoreMountains.Tools.MMReferenceHolder< T >.Reference | ( | T | instance, |
bool | cleanUp = false |
||
) |
|
static |
|
static |
|
staticget |