[][src]Type Definition nannou::draw::properties::Drawn

type Drawn<S, V, I> = (Properties<S>, V, I);

When a Drawing type is ready to be built it returns a Drawn.

Drawn is the information necessary to populate the parent Draw geometry graph and mesh.