Class VesselVelocityController
Vessel controller that directly controls velocity and orientation to move and rotate towards the Target position
Inheritance
System.Object
VesselVelocityController
Assembly: cs.temp.dll.dll
Syntax
public class VesselVelocityController : MonoBehaviour
Fields
RestartDistance
Declaration
public float RestartDistance
Field Value
Type |
Description |
System.Single |
|
RotationSpeed
Declaration
public float RotationSpeed
Field Value
Type |
Description |
System.Single |
|
Speed
Declaration
Field Value
Type |
Description |
System.Single |
|
stop
Declaration
Field Value
StoppingDistance
Declaration
public float StoppingDistance
Field Value
Type |
Description |
System.Single |
|
Target
Declaration
Field Value
Type |
Description |
Transform |
|
Use3DTarget
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Methods
Awake()
Declaration
FixedUpdate()
Declaration
public void FixedUpdate()
MoveTowards()
Declaration
public void MoveTowards()
RotateTowards()
Declaration
public void RotateTowards()