C# Class OpenRA.Graphics.VoxelRenderData

ファイルを表示 Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Count int
Sheet Sheet
Start int

Public Methods

Method Description
VoxelRenderData ( int start, int count, Sheet sheet ) : System

Method Details

VoxelRenderData() public method

public VoxelRenderData ( int start, int count, Sheet sheet ) : System
start int
count int
sheet Sheet
return System

Property Details

Count public_oe property

public int Count
return int

Sheet public_oe property

public Sheet,OpenRA.Graphics Sheet
return Sheet

Start public_oe property

public int Start
return int