Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
hyades
FirstPersonCamera
C# Class hyades.FirstPersonCamera
Inheritance:
Camera
Datei anzeigen
Open project: zfedoran/bubblebound
Public Properties
Property
Type
Description
camera_matrix
Matrix
entity
Entity
Public Methods
Method
Description
FirstPersonCamera
(
Entity
e
) :
System
Update
(
double
elapsed
) :
void
Method Details
FirstPersonCamera()
public
method
public
FirstPersonCamera
(
Entity
e
) :
System
e
Entity
return
System
Update()
public
method
public
Update
(
double
elapsed
) :
void
elapsed
double
return
void
Property Details
camera_matrix
public_oe property
public
Matrix
camera_matrix
return
Matrix
entity
public_oe property
public
Entity
entity
return
Entity