Skip to main content

AnnotationComponent

Type Alias AnnotationComponent 

Source
pub type AnnotationComponent = Component<AnnotationComponentType>;

Aliased Type§

pub struct AnnotationComponent {
    pub name: String,
    pub layer: String,
    /* private fields */
}

Fields§

§name: String

Name of the component

§layer: String

A layer name which allows to group different components into the same layer. Can be empty.