enum Engine::Params
Defined in:
engine/engine.crEnum Members
-
Fullscreen =
0 -
Width =
1 -
Height =
2 -
VSync =
3 -
Antialias =
4 -
UseLog =
5 -
Autoscale =
6 -
Volume =
7 -
ClearColor =
8 -
PhysicsSpeed =
9 -
GravityX =
10 -
GravityY =
11 -
Damping =
12 -
ProgressWidth =
13 -
ProgressHeight =
14 -
ProgressX =
15 -
ProgressY =
16 -
RealWidth =
100 -
RealHeight =
101 -
FPS =
102 -
DeltaTime =
103
Instance Method Summary
- #antialias?
- #autoscale?
- #clear_color?
- #damping?
- #delta_time?
- #fps?
- #fullscreen?
- #gravity_x?
- #gravity_y?
- #height?
- #physics_speed?
- #progress_height?
- #progress_width?
- #progress_x?
- #progress_y?
- #real_height?
- #real_width?
- #use_log?
- #v_sync?
- #volume?
- #width?