AnimatedAttributeVariable<System.Double> Class
Represents a value that is animated and changes over time.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class AnimatedAttributeVariable< System.Double > :
AttributeVariable< System.Double >
Remarks
This type is used to represent animated attribute controlled values in visualizers.
Animations can be disabled by both a View or MapControl, if that is the case all animated attribute variables return the ToValue (they behave as if the animations have run to completion).
Please see Animated Visualization for more details about the animation support in Carmenta Engine.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
AttributeVariable<System.Double>
AnimatedAttributeVariable<System.Double>
Platforms
Windows, Linux, Android
AnimatedAttributeVariable<System.Double> Members
The AnimatedAttributeVariable<System.Double> type has the following members.
Constructors
Name | Description |
---|---|
AnimatedAttributeVariable<System::Double> | Initializes a new instance of the AnimatedAttributeVariable<System.Double> that returns a value by evaluating the specified expression. |
Properties
Name | Description |
---|---|
Delay | Gets or sets a delay before the animation starts. |
Direction | Gets or sets a value that specifies the direction of alternating animation cycles in an animation that is repeated. |
Duration | Gets or sets the duration of the animation. |
FromValue | Gets or sets the value that is returned at the start of the animation. |
Function | Gets or sets the function that specifies the rate at which the animated value changes over time. |
IsDisposed | Gets a value that tells whether the current AnimatedAttributeVariable<System.Double> has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current AnimatedAttributeVariable<System.Double> represents. Inherited from EngineObject |
Repeat | Gets or sets a value that determines how many times the animation runs. |
ToValue | Gets or sets the value that is returned when the animation has ended. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
TryGetValue | Tries to generate a value from the specified AttributeSet. Inherited from AttributeVariable<System.Double> |