VR Interaction Framework v2.0
Loading...
Searching...
No Matches
BNG.MoveToWaypoint Class Reference
Inheritance diagram for BNG.MoveToWaypoint:

Public Attributes

bool IsActive = true
 
Waypoint Destination
 
float MovementSpeed = 1f
 
bool ReachedDestination = false
 
float StartDelay = 0f
 
Vector3 PositionDifference
 
bool MoveInUpdate = true
 
bool MoveInFixedUpdate = true
 

Member Data Documentation

◆ Destination

Waypoint BNG.MoveToWaypoint.Destination

◆ IsActive

bool BNG.MoveToWaypoint.IsActive = true

◆ MoveInFixedUpdate

bool BNG.MoveToWaypoint.MoveInFixedUpdate = true

◆ MoveInUpdate

bool BNG.MoveToWaypoint.MoveInUpdate = true

◆ MovementSpeed

float BNG.MoveToWaypoint.MovementSpeed = 1f

◆ PositionDifference

Vector3 BNG.MoveToWaypoint.PositionDifference

◆ ReachedDestination

bool BNG.MoveToWaypoint.ReachedDestination = false

◆ StartDelay

float BNG.MoveToWaypoint.StartDelay = 0f

The documentation for this class was generated from the following file: