C# Class spaceconquest.GameObject

Afficher le fichier Open project: cclay/spaceconquest Class Usage Examples

Méthodes publiques

Свойство Type Description
hex Hex3D

Méthodes publiques

Méthode Description
Draw ( Matrix world, Matrix view, Matrix projection ) : void
DrawGhost ( Matrix world, Matrix view, Matrix projection ) : void
SetHex ( Hex3D h ) : void
getCenter ( ) : Vector3

Method Details

Draw() public abstract méthode

public abstract Draw ( Matrix world, Matrix view, Matrix projection ) : void
world Matrix
view Matrix
projection Matrix
Résultat void

DrawGhost() public méthode

public DrawGhost ( Matrix world, Matrix view, Matrix projection ) : void
world Matrix
view Matrix
projection Matrix
Résultat void

SetHex() public méthode

public SetHex ( Hex3D h ) : void
h Hex3D
Résultat void

getCenter() public méthode

public getCenter ( ) : Vector3
Résultat Vector3

Property Details

hex public_oe property

public Hex3D,spaceconquest hex
Résultat Hex3D