Skip to main content

SetCheckpointDirection

Sets a checkpoint direction

Syntax

```csharp void NAPI.Checkpoint.SetCheckpointDirection(Checkpoint checkpoint, Vector3 dir); ```

Required Arguments

  • checkpoint: parameter input should be in Checkpoint type.
  • dir: parameter input should be in Vector3 type.