Expand description
A Property is the value type for properties associated to an Entity.
The Property trait should be implemented only with one of the macros define_property!, impl_property!,
define_derived_property!, impl_derived_property!, or define_multi_property! to ensure correct and consistent
implementation.
Enums§
- Property
Initialization Kind - The kind of initialization that a property has.
Traits§
- AnyProperty
- Property
- All properties must implement this trait using one of the
define_propertymacros.