C# Class OpenRA.FileFormats.VxlLimb

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Bounds float[]
Name string
Scale float
Size byte[]
Type NormalType
VoxelCount uint
VoxelMap Dictionary[,]

Property Details

Bounds public property

public float[] Bounds
return float[]

Name public property

public string Name
return string

Scale public property

public float Scale
return float

Size public property

public byte[] Size
return byte[]

Type public property

public NormalType Type
return NormalType

VoxelCount public property

public uint VoxelCount
return uint

VoxelMap public property

public Dictionary[,] VoxelMap
return Dictionary[,]