interface IComponentLister
Interface for types that reference a , to provide convenience method for accessing that list.
public ComponentList Components { get; }
😔 No documentation found.
public T Create( bool startEnabled = True )
😔 No documentation found.
public T Get( FindMode search = EnabledInSelf )
😔 No documentation found.
public bool TryGet( ref T component, FindMode search = EnabledInSelf )
😔 No documentation found.
public IEnumerable<T> GetAll( FindMode search = EnabledInSelf )
😔 No documentation found.
public T GetOrCreate( FindMode flags = EverythingInSelf )
😔 No documentation found.