Method PlaceFlag
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
PlaceFlag(Color?, Vector3?)
Place a flag on the ground that you can use as a waypoint in your script
public static FlagBehaviour PlaceFlag(Color? color = null, Vector3? position = null)
Parameters
color
Color?Color of the flag, if null the flag is red
position
Vector3?Position where to put the flag, if null the flag is placed on cursor