Struct steering::SteeringBehavior [] [src]

pub struct SteeringBehavior<T> where
    T: Real
{ pub enabled: bool, pub limiter: Option<Rc<RefCell<Limiter<T>>>>, pub owner: Rc<RefCell<Steerable<T>>>, pub target: Rc<RefCell<Steerable<T>>>, }

Common properties of steering behaviors

Fields

is this behavior enabled

limitations on speed and velocity calculations

Trait Implementations

impl<T: Clone> Clone for SteeringBehavior<T> where
    T: Real
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more