Click or drag to resize
LightSpriteBaseWallCoordinates Property
Provides access to the current set of light walls generated by GenerateWalls(Int32).

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public static Vector3[] WallCoordinates { get; }

Property Value

Type: Vector3
Remarks
Note that these coordinates are shared by all light sources, and shoudl therefore be transferred or processed before generating coordinates for another light source. For performance reasons, the size of this collection is constant, and the number of actual light sources calculated is determined with WallCoordinateCount. The coordinates in this list are always paired with the first coordinate representing one end of a wall and the second coordinate representing the other end of a wall.
See Also