Struct catchit::Obstacle
[−]
[src]
pub struct Obstacle {
pub kind: ObstacleKind,
pub object: Object,
pub velocity: Velocity,
}An obstacle the hunter can collide with
Fields
kind | |
object | |
velocity |