Skip to main content

ActorEntry

Type Alias ActorEntry 

Source
type ActorEntry = GeomWithData<[f64; 2], EnemyIdx>;

Aliased Type§

struct ActorEntry {
    pub data: EnemyIdx,
    /* private fields */
}

Fields§

§data: EnemyIdx

Data to be associated with the geometry being stored in the RTree.