 | MeshUtilsMakeBandedSector Method |
These meshes can be used with polar grids to render cells.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[ExperimentalAttribute]
public static void MakeBandedSector(
Mesh mesh,
float startAngle,
float endAngle,
float innerRadius,
float outerRadius,
int quadCount,
Func<Vector2, Vector2> transform
)
Parameters
- mesh
- Type: Mesh
- startAngle
- Type: SystemSingle
- endAngle
- Type: SystemSingle
- innerRadius
- Type: SystemSingle
- outerRadius
- Type: SystemSingle
- quadCount
- Type: SystemInt32
- transform
- Type: SystemFuncVector2, Vector2
See Also