SetCheckpointDirection
Внешний вид
(перенаправлено с «NAPI.Checkpoint.SetCheckpointDirection»)
Sets a checkpoint direction
Syntax
<syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointDirection(Checkpoint checkpoint, Vector3 dir);</syntaxhighlight>
Required Arguments
- checkpoint: parameter input should be in Checkpoint type.
- dir: parameter input should be in Vector3 type.