C# Class Nez.GeometricPrimitive3D

Inheritance: Renderable3D, IDisposable
Afficher le fichier Open project: prime31/Nez

Protected Properties

Свойство Type Description
_indices List
_vertices List

Méthodes publiques

Méthode Description
Dispose ( ) : void

frees resources used by this object.

onAddedToEntity ( ) : void
render ( Graphics graphics, Camera camera ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

frees resources used by this object.

addIndex ( int index ) : void
addVertex ( Vector3 position, Color color, Vector3 normal ) : void
initializePrimitive ( ) : void

Method Details

Dispose() public méthode

frees resources used by this object.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

frees resources used by this object.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

addIndex() protected méthode

protected addIndex ( int index ) : void
index int
Résultat void

addVertex() protected méthode

protected addVertex ( Vector3 position, Color color, Vector3 normal ) : void
position Vector3
color Color
normal Vector3
Résultat void

initializePrimitive() protected méthode

protected initializePrimitive ( ) : void
Résultat void

onAddedToEntity() public méthode

public onAddedToEntity ( ) : void
Résultat void

render() public méthode

public render ( Graphics graphics, Camera camera ) : void
graphics Graphics
camera Camera
Résultat void

Property Details

_indices protected_oe property

protected List _indices
Résultat List

_vertices protected_oe property

protected List _vertices
Résultat List