C# Class OpenRA.FileFormats.VxlLimb

Exibir arquivo 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_oe property

public float[] Bounds
return float[]

Name public_oe property

public string Name
return string

Scale public_oe property

public float Scale
return float

Size public_oe property

public byte[] Size
return byte[]

Type public_oe property

public NormalType Type
return NormalType

VoxelCount public_oe property

public uint VoxelCount
return uint

VoxelMap public_oe property

public Dictionary[,] VoxelMap
return Dictionary[,]