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
- colorColor?
- Color of the flag, if null the flag is red 
- positionVector3?
- Position where to put the flag, if null the flag is placed on cursor