C# Class OpenRA.Graphics.VoxelRenderData

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Count int
Sheet Sheet
Start int

Méthodes publiques

Méthode Description
VoxelRenderData ( int start, int count, Sheet sheet ) : System

Method Details

VoxelRenderData() public méthode

public VoxelRenderData ( int start, int count, Sheet sheet ) : System
start int
count int
sheet Sheet
Résultat System

Property Details

Count public_oe property

public int Count
Résultat int

Sheet public_oe property

public Sheet,OpenRA.Graphics Sheet
Résultat Sheet

Start public_oe property

public int Start
Résultat int