SetCheckpointScale
Sets a checkpoint scale
Syntax
```csharp void NAPI.Checkpoint.SetCheckpointScale(Checkpoint checkpoint, float scale); ```
Required Arguments
- checkpoint: parameter input should be in Checkpoint type.
- scale: parameter input should be in float type.