C# Class Grey.Graphics.VGPCustom

Inheritance: IVGeoProvider
Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Свойство Type Description
CustomInds int[][]
CustomVerts Grey.Graphics.VertexVoxel[][]

Méthodes publiques

Méthode Description
Append ( List lVerts, List lInds, MeshedFace &mf ) : void
Decomposed ( MeshedFace mf ) : IEnumerable
VGPCustom ( ) : System

Method Details

Append() public méthode

public Append ( List lVerts, List lInds, MeshedFace &mf ) : void
lVerts List
lInds List
mf MeshedFace
Résultat void

Decomposed() public static méthode

public static Decomposed ( MeshedFace mf ) : IEnumerable
mf MeshedFace
Résultat IEnumerable

VGPCustom() public méthode

public VGPCustom ( ) : System
Résultat System

Property Details

CustomInds public_oe property

public int[][] CustomInds
Résultat int[][]

CustomVerts public_oe property

public VertexVoxel[][],Grey.Graphics CustomVerts
Résultat Grey.Graphics.VertexVoxel[][]