C# Class PrimWorkshop.FaceData

Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Indices ushort[]
TexCoords float[]
Texture System.Drawing.Image
TexturePointer int
Vertices float[]

Property Details

Indices public property

public ushort[] Indices
return ushort[]

TexCoords public property

public float[] TexCoords
return float[]

Texture public property

public Image,System.Drawing Texture
return System.Drawing.Image

TexturePointer public property

public int TexturePointer
return int

Vertices public property

public float[] Vertices
return float[]