JUtils
A unity utilities library
JUtils.MultitonBehaviour< T > Class Template Reference

A MonoBehaviour where you can easily access all of its instances More...

Inheritance diagram for JUtils.MultitonBehaviour< T >:
Collaboration diagram for JUtils.MultitonBehaviour< T >:

Protected Member Functions

virtual void OnEnable ()
 
virtual void OnDisable ()
 

Properties

static List< T > all [get]
 Get all enables instances of this type More...
 

Detailed Description

A MonoBehaviour where you can easily access all of its instances

Type Constraints
T :MultitonBehaviour<T> 

Member Function Documentation

◆ OnDisable()

virtual void JUtils.MultitonBehaviour< T >.OnDisable ( )
inlineprotectedvirtual

◆ OnEnable()

virtual void JUtils.MultitonBehaviour< T >.OnEnable ( )
inlineprotectedvirtual

Property Documentation

◆ all

List<T> JUtils.MultitonBehaviour< T >.all
staticget

Get all enables instances of this type


The documentation for this class was generated from the following file: