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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> !Send for SteeringBehavior<T>

impl<T> !Sync for SteeringBehavior<T>