Click or drag to resize

VehicleAIMoveTo Method (Vector3, Boolean, Boolean)

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public VehicleAITask_MoveToPosition MoveTo(
	Vector3 target,
	bool run,
	bool clearTaskQueue = true
)

Parameters

target
Type: NeoAxisVector3
run
Type: SystemBoolean
clearTaskQueue (Optional)
Type: SystemBoolean

Return Value

Type: VehicleAITask_MoveToPosition
See Also