TickedPropertyAccessor.access

Get a property out of component

class TickedPropertyAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
const
FieldType
access
(
ComponentType component
,
in KeyType path
,
RCIAllocator allocator = theAllocator
)
if (
isBidirectionalRange!KeyType
)

Parameters

component ComponentType

a component which has some properties identified by property.

Return Value

Type: FieldType

FieldType accessed property.

Throws

NotFoundException in case when no requested property is available. InvalidArgumentException in case when passed arguments are somehow invalid for use.

Meta