CombinedInspector.inspectors

Set inspectors

  1. typeof(this) inspectors(Inspector!(ComponentType, KeyType)[] inspectors)
    class CombinedInspector(ComponentType, KeyType = string)
    @safe nothrow pure
    typeof(this)
    inspectors
    (
    Inspector!(ComponentType, KeyType)[] inspectors
    )
  2. typeof(this) inspectors(Inspector!(ComponentType, KeyType) inspectors)
  3. inout(Inspector!(ComponentType, KeyType)) inspectors()

Parameters

inspectors Inspector!(ComponentType, KeyType)[]

list of inspectors used to inspect the type

Return Value

Type: typeof(this)

typeof(this)

Meta