pub type AnnotationComponent = Component<AnnotationComponentType>;Aliased Type§
pub struct AnnotationComponent {
pub name: String,
pub layer: String,
/* private fields */
}Fields§
§name: StringName of the component
layer: StringA layer name which allows to group different components into the same layer. Can be empty.