Click or drag to resize

PolarRectMap Constructor

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public PolarRectMap(
	Vector2 center,
	float innerRadius,
	float outerRadius,
	VectorPoint sectorsAndBands
)

Parameters

center
Type: Vector2
innerRadius
Type: SystemSingle
outerRadius
Type: SystemSingle
sectorsAndBands
Type: Gamelogic.GridsVectorPoint
See Also