Click or drag to resize

ProcessAnimator Class

Process that has fixed duration, and can be disabled, and allows custom animation
Inheritance Hierarchy
SystemObject
  Animator
    Demo3D.VisualsProcessAnimator

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class ProcessAnimator : Animator

The ProcessAnimator type exposes the following members.

Constructors
  NameDescription
Public methodProcessAnimator
Initializes a new instance of the ProcessAnimator class
Top
Properties
  NameDescription
Public propertyCompleted (Overrides Animator.Completed.)
Public propertyEnabled
Public propertyProcessElapsedTime
Public propertyProgress
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ProcessAnimator
(Overrides Animator.Dispose.)
Public methodStart (Overrides Animator.Start.)
Public methodUpdateMatrix (Overrides Animator.UpdateMatrix.)
Top
See Also