Class Qkmaxware::Rendering::FixedFpsAnimatedScene
Class List > Qkmaxware > Rendering > FixedFpsAnimatedScene
Animated scene where the time between frames is fixed
Inherits the following classes: Qkmaxware::Rendering::AnimatedScene
Public Attributes
| Type | Name |
|---|---|
| int | FPS = = 30 Number of frames per second |
Public Attributes inherited from Qkmaxware::Rendering::AnimatedScene
See Qkmaxware::Rendering::AnimatedScene
| Type | Name |
|---|---|
| Scene | Scene Scene being animated |
Public Functions
| Type | Name |
|---|---|
| FixedFpsAnimatedScene (Scene scene, int fps=30) |
|
| FixedFpsAnimatedScene (BaseCamera camera, Scene scene, int fps=30) |
Public Functions inherited from Qkmaxware::Rendering::AnimatedScene
See Qkmaxware::Rendering::AnimatedScene
| Type | Name |
|---|---|
| AnimatedScene (Scene scene) Create an animated rendering of the given scene with a default camera |
|
| AnimatedScene (BaseCamera camera, Scene scene) Create an animated rendering of the given scene with the given camera |
|
| virtual IEnumerator< Color[,]> | GetEnumerator () |
Protected Functions
| Type | Name |
|---|---|
| virtual override TimeSpan | DeltaTime () |
Protected Functions inherited from Qkmaxware::Rendering::AnimatedScene
See Qkmaxware::Rendering::AnimatedScene
| Type | Name |
|---|---|
| virtual abstract TimeSpan | DeltaTime () = 0 |
Public Attributes Documentation
variable FPS
int Qkmaxware.Rendering.FixedFpsAnimatedScene.FPS;
Public Functions Documentation
function FixedFpsAnimatedScene [1/2]
inline Qkmaxware::Rendering::FixedFpsAnimatedScene::FixedFpsAnimatedScene (
Scene scene,
int fps=30
)
function FixedFpsAnimatedScene [2/2]
inline Qkmaxware::Rendering::FixedFpsAnimatedScene::FixedFpsAnimatedScene (
BaseCamera camera,
Scene scene,
int fps=30
)
Protected Functions Documentation
function DeltaTime
inline virtual override TimeSpan Qkmaxware::Rendering::FixedFpsAnimatedScene::DeltaTime ()
Implements Qkmaxware::Rendering::AnimatedScene::DeltaTime
The documentation for this class was generated from the following file Render/src/Animation.cs