Class Qkmaxware::Rendering::AnimatedScene

Class List > Qkmaxware > Rendering > AnimatedScene

Animate all animated scene nodes across several frames

Inherits the following classes: IEnumerable< Color[,]>

Inherited by the following classes: Qkmaxware::Rendering::FixedFpsAnimatedScene, Qkmaxware::Rendering::RealtimeAnimatedScene

Public Attributes

Type Name
Scene Scene
Scene being animated

Public Functions

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 abstract TimeSpan DeltaTime () = 0

Public Attributes Documentation

variable Scene

Scene Qkmaxware.Rendering.AnimatedScene.Scene;

Public Functions Documentation

function AnimatedScene [1/2]

inline Qkmaxware::Rendering::AnimatedScene::AnimatedScene (
    Scene scene
) 

Parameters:

  • scene scene to animate

function AnimatedScene [2/2]

inline Qkmaxware::Rendering::AnimatedScene::AnimatedScene (
    BaseCamera camera,
    Scene scene
) 

Parameters:

  • camera camera
  • scene scene to animate

function GetEnumerator [1/2]

inline virtual IEnumerator< Color[,]> Qkmaxware::Rendering::AnimatedScene::GetEnumerator () 

Protected Functions Documentation

function DeltaTime

virtual abstract TimeSpan Qkmaxware::Rendering::AnimatedScene::DeltaTime () = 0

The documentation for this class was generated from the following file Render/src/Animation.cs