LightSpriteBaseWallCoordinates Property |
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public static Vector3[] WallCoordinates { get; }
Property Value
Type:
Vector3Remarks 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 Reference
DisplaySetLightSource(Int32, Vector2, Vector3, Color, Single, Single, Single, Single, Single, Single, Vector3, Int32)