Api Sandbox IComponentLister
interface

IComponentLister

public interface IComponentLister

Interface for types that reference a ComponentList, to provide convenience method for accessing that list.

Properties

Name Type Description
Components virtual ComponentList

Methods

virtual T Create(Boolean startEnabled = True)
virtual T Get(FindMode search = 5)
virtual Boolean TryGet(T component, FindMode search = 5)
virtual IEnumerable<T> GetAll(FindMode search = 5)
virtual T GetOrCreate(FindMode flags = 7)
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.IComponentLister