markFlagInCylinder(position:radius:halfHeight:flag:)
Marks all polygons in this cylinder with a flag.
Declaration
func markFlagInCylinder(position: SIMD3<Float>, radius: Float, halfHeight: Float, flag: NavigationMeshResource.Flag)See Also
Marking areas and flags
markAreaInBox(boundingBox:area:)markFlagInBox(boundingBox:flag:)markAreaInCylinder(position:radius:halfHeight:area:)markAreaOnPolygons(polygonIndices:area:)markFlagOnPolygons(polygonIndices:flag:)markAreaOnOffMeshConnections(offMeshConnectionIndices:area:)markFlagOnOffMeshConnections(offMeshConnectionIndices:flag:)