LuciadCPillar C# 2026.0
Loading...
Searching...
No Matches
Luciad.Animations.AnimationManager.OngoingAnimation Struct Reference

This struct represents an animation that has been started in AnimationManager and has not been stopped yet. More...

Public Member Functions

 OngoingAnimation (Luciad.Animations.IAnimation animation, double fraction)
 Constructs the OngoingAnimation with information on the animation and it's state.

Properties

Luciad.Animations.IAnimation Animation [get]
 The animation that is ongoing, cannot be null.
double Fraction [get]
 The current position within the animation.

Detailed Description

This struct represents an animation that has been started in AnimationManager and has not been stopped yet.

It can be retrieved using the GetCurrentAnimation method.

Constructor & Destructor Documentation

◆ OngoingAnimation()

Luciad.Animations.AnimationManager.OngoingAnimation.OngoingAnimation ( Luciad.Animations.IAnimation animation,
double fraction )
inline

Constructs the OngoingAnimation with information on the animation and it's state.

Parameters
animationthe ongoing animation.
fractionthe fraction status for the animation.

Property Documentation

◆ Animation

Luciad.Animations.IAnimation Luciad.Animations.AnimationManager.OngoingAnimation.Animation
get

The animation that is ongoing, cannot be null.

[get]

The animation that is ongoing, cannot be null.

◆ Fraction

double Luciad.Animations.AnimationManager.OngoingAnimation.Fraction
get

The current position within the animation.

[get]

The current position within the animation.