Public Attributes

PerformOut Struct Reference

Search for all occurrences

Detailed Description

This structure is sent to the BaseBehavior Perform function.

See also:
BaseBehavior::Perform

#include <bhvr.h>

Inheritance diagram for PerformOut:
Inheritance graph
[legend]

List of all members.

Public Attributes

Point3  frc
  a force acting upon a delegate
Point3  goal
  a world space goal of a delegate
float  speedwt
  the speed of a delegate (to be multiplied by the delegate's average speed)
float  speedAtGoalwt
  the intended eventual speed of a delegate

Member Data Documentation

a force acting upon a delegate

a world space goal of a delegate

float speedwt

the speed of a delegate (to be multiplied by the delegate's average speed)

the intended eventual speed of a delegate