|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SteeringProperties | |
---|---|
SocialSteeringsBeta | |
SteeringProperties | |
Steerings | |
SteeringStuff |
Uses of SteeringProperties in SocialSteeringsBeta |
---|
Subclasses of SteeringProperties in SocialSteeringsBeta | |
---|---|
class |
TriangleSteeringProperties
|
Methods in SocialSteeringsBeta with parameters of type SteeringProperties | |
---|---|
void |
TriangleSteeringProperties.setProperties(SteeringProperties sp)
|
void |
TriangleSteer.setProperties(SteeringProperties newProperties)
|
Uses of SteeringProperties in SteeringProperties |
---|
Subclasses of SteeringProperties in SteeringProperties | |
---|---|
class |
LeaderFollowingProperties
The steering properties of the Leader Following Steering. |
class |
ObstacleAvoidanceProperties
The steering properties of the Obstacle Avoidance Steering. |
class |
PathFollowingProperties
The steering properties of the Path Following Steering. |
class |
PeopleAvoidanceProperties
The steering properties of the People Avoidance Steering. |
class |
StickToPathProperties
The steering properties of the Stick To Path Steering. |
class |
TargetApproachingProperties
The steering properties for the steering Target Approaching. |
class |
WalkAlongProperties
The steering properties of the Walk Along Steering. |
class |
WallFollowingProperties
The steering properties of the Wall Following steering. |
Methods in SteeringProperties with parameters of type SteeringProperties | |
---|---|
void |
WalkAlongProperties.setProperties(SteeringProperties newProperties)
|
abstract void |
SteeringProperties.setProperties(SteeringProperties newProperties)
|
void |
ObstacleAvoidanceProperties.setProperties(SteeringProperties newProperties)
|
void |
LeaderFollowingProperties.setProperties(SteeringProperties newProperties)
|
void |
PathFollowingProperties.setProperties(SteeringProperties newProperties)
|
void |
StickToPathProperties.setProperties(SteeringProperties newProperties)
|
void |
TargetApproachingProperties.setProperties(SteeringProperties newProperties)
|
void |
PeopleAvoidanceProperties.setProperties(SteeringProperties newProperties)
|
void |
WallFollowingProperties.setProperties(SteeringProperties newProperties)
|
Uses of SteeringProperties in Steerings |
---|
Methods in Steerings with parameters of type SteeringProperties | |
---|---|
void |
StickToPathSteer.setProperties(SteeringProperties newProperties)
|
void |
ObstacleAvoidanceSteer.setProperties(SteeringProperties newProperties)
|
void |
PathFollowingSteer.setProperties(SteeringProperties newProperties)
|
void |
PeopleAvoidanceSteer.setProperties(SteeringProperties newProperties)
|
void |
WallFollowingSteer.setProperties(SteeringProperties newProperties)
|
void |
TargetApproachingSteer.setProperties(SteeringProperties newProperties)
|
void |
LeaderFollowingSteer.setProperties(SteeringProperties newProperties)
|
void |
WalkAlongSteer.setProperties(SteeringProperties newProperties)
|
Constructors in Steerings with parameters of type SteeringProperties | |
---|---|
WallFollowingSteer(UT2004Bot bot,
RaycastingManager rayManager,
SteeringProperties newProperties)
|
Uses of SteeringProperties in SteeringStuff |
---|
Methods in SteeringStuff with parameters of type SteeringProperties | |
---|---|
void |
ISteering.setProperties(SteeringProperties newProperties)
The steering manager will set to the steering his steering properties. |
void |
SteeringManager.setSteeringProperties(SteeringType type,
SteeringProperties newProperties)
Sets the steering properties of the steering type from the argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |