Type Alias assembly::luz::paths::core::PathVariantProperty

source ·
pub type PathVariantProperty = PathVariant<PathDataProperty, PathWaypointDataProperty>;

Aliased Type§

struct PathVariantProperty {
    pub header: PathHeader,
    pub path_data: PathDataProperty,
    pub waypoints: Vec<PathWaypointVariant<PathWaypointDataProperty>>,
}

Fields§

§header: PathHeader§path_data: PathDataProperty§waypoints: Vec<PathWaypointVariant<PathWaypointDataProperty>>