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
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Groups List<_2DDrawGroup>

Méthodes publiques

Méthode Description
Dispose ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

Groups public_oe property

public List<_2DDrawGroup> Groups
Résultat List<_2DDrawGroup>