CombinedInspector.inspectors

Get inspectors

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

Return Value

Type: inout(Inspector!(ComponentType, KeyType))

Inspector!(ComponentType, KeyType)[]

Meta