ArrayInspector.has

Check if component has a field or a property.

class ArrayInspector(ComponentType)
const nothrow
bool
has
(
ComponentType[] component
,
in size_t property
)

Parameters

component ComponentType[]

component with fields

property size_t

component property that is tested for existence

Return Value

Type: bool

true if field is present either in readonly, or writeonly form (has getters and setters).

Meta