C# Class FSO.LotView.Utils._2DDrawBuffer

A group of sprites grouped by texture. In SoftwareDepth mode, each buffer has more than one of these. Otherwise it just tends to be one.
Inheritance: IDisposable
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Groups List<_2DDrawGroup>

Public Methods

Method Description
Dispose ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Groups public property

public List<_2DDrawGroup> Groups
return List<_2DDrawGroup>