Skip to main content

VecVertexProp

Type Alias VecVertexProp 

Source
pub type VecVertexProp<G, T> = ArrayProp<VertexIndexProp<G>, Vec<T>>;
Expand description

A vertex property backed by a Vec.

Aliased Typeยง

pub struct VecVertexProp<G, T> { /* private fields */ }