Click or drag to resize

IGridTPointGetLargeSet Method

This functions returns a large number of points around the origin. This is useful(when used with big enough n) to determine whether a grid that is missing points is doing so because of an incorrect test function, or an incorrect storage rectangle. Use for debugging.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 1, 0)]
IEnumerable<TPoint> GetLargeSet(
	int n
)

Parameters

n
Type: SystemInt32

Return Value

Type: IEnumerableTPoint
See Also