Click or drag to resize
LightSpriteBaseWallCoordinateCount Property
Returns how many coordinates were generated by the last call to GenerateWalls(Int32).

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public static int WallCoordinateCount { get; }

Property Value

Type: Int32
Remarks
The number of walls is always half the number of coordinates.
See Also