C# Class OpenRA.FileFormats.VxlReader

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

Méthodes publiques

Свойство Type Description
LimbCount uint
Limbs OpenRA.FileFormats.VxlLimb[]

Méthodes publiques

Méthode Description
Load ( string filename ) : VxlReader
VxlReader ( Stream s ) : System.Collections.Generic

Private Methods

Méthode Description
ReadVoxelData ( Stream s, VxlLimb l ) : void

Method Details

Load() public static méthode

public static Load ( string filename ) : VxlReader
filename string
Résultat VxlReader

VxlReader() public méthode

public VxlReader ( Stream s ) : System.Collections.Generic
s Stream
Résultat System.Collections.Generic

Property Details

LimbCount public_oe property

public uint LimbCount
Résultat uint

Limbs public_oe property

public VxlLimb[],OpenRA.FileFormats Limbs
Résultat OpenRA.FileFormats.VxlLimb[]