C# Class hyades.FirstPersonCamera

Inheritance: Camera
Afficher le fichier Open project: zfedoran/bubblebound

Méthodes publiques

Свойство Type Description
camera_matrix Matrix
entity Entity

Méthodes publiques

Méthode Description
FirstPersonCamera ( Entity e ) : System
Update ( double elapsed ) : void

Method Details

FirstPersonCamera() public méthode

public FirstPersonCamera ( Entity e ) : System
e Entity
Résultat System

Update() public méthode

public Update ( double elapsed ) : void
elapsed double
Résultat void

Property Details

camera_matrix public_oe property

public Matrix camera_matrix
Résultat Matrix

entity public_oe property

public Entity entity
Résultat Entity