Table of Contents

Method MoveToSafe

Namespace
GrindFest
Assembly
GrindFest.dll

MoveToSafe(Vector3, float, bool)

Move to a target position safely by validating NavMesh reachability. Can be polled every frame — returns Reached, Moving, or Unreachable.

public MoveResult MoveToSafe(Vector3 target, float distanceThreshold, bool isFromSkill = false)

Parameters

target Vector3
distanceThreshold float
isFromSkill bool

Returns

MoveResult