Metadata definitions for PropertyTargetEasingInterpolator. More...
Classes | |
| class | SetEnabledMessageArguments |
| Metadata definitions for SetEnabledMessageArguments. More... | |
Public Attributes | |
| DynamicMessageType< NodeComponentMetadata.NodeComponentSourceMessageArguments > | CompletedMessage |
| Occurs when Property Target Easing Interpolator completes its interpolation. | |
| DynamicPropertyType< PropertyTargetEasingInterpolatorEnums.EasingFunction > | EasingFunctionProperty |
| Sets the easing function that defines the curve of the interpolation. | |
| DynamicPropertyType< AnimationEasingMode > | EasingModeProperty |
| Sets how to apply the easing function to the interpolation. | |
| DynamicPropertyType< Boolean > | EnabledProperty |
| Sets whether the Property Target Easing Interpolator interpolates the value of the Interpolated Property Type. | |
| DynamicPropertyType< PropertyField > | InterpolatedPropertyFieldProperty |
| The property field of the Interpolated Property Type you want to interpolate from its previous value to a new value using this Property Target Easing Interpolator. | |
| DynamicPropertyType< String > | InterpolatedPropertyTypeProperty |
| The property type you want to interpolate from its previous value to a new value using this Property Target Easing Interpolator. | |
| DynamicPropertyType< Integer > | InterpolationDurationProperty |
| Sets the duration of the interpolation in milliseconds. | |
| DynamicPropertyType< PropertyTargetEasingTimelineEnums.InterpolationIfInterruptedMode > | InterpolationIfInterruptedProperty |
| Sets what happens if a new value is set to the interpolated property before interpolation to its previous value completes: | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.PropertyTargetEasingInterpolator") |
| Metaclass for PropertyTargetEasingInterpolator. | |
| DynamicPropertyType< Boolean > | NotifyInterpolationCompletedProperty |
| Sets whether the Property Target Easing Interpolator dispatches a Completed message every time it completes interpolation. | |
| DynamicMessageType< PropertyTargetEasingInterpolatorMetadata.SetEnabledMessageArguments > | SetEnabledMessage |
| Enables or disables the interpolation performed by Property Target Easing Interpolator. | |
Public Attributes inherited from NodeComponentMetadata | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.NodeComponent") |
| Metaclass for NodeComponent. | |
| DynamicPropertyType< String > | NameProperty |
| Name. | |
Metadata definitions for PropertyTargetEasingInterpolator.
| DynamicMessageType<NodeComponentMetadata.NodeComponentSourceMessageArguments> CompletedMessage |
Occurs when Property Target Easing Interpolator completes its interpolation.
| DynamicPropertyType<PropertyTargetEasingInterpolatorEnums.EasingFunction> EasingFunctionProperty |
Sets the easing function that defines the curve of the interpolation.
| DynamicPropertyType<AnimationEasingMode> EasingModeProperty |
Sets how to apply the easing function to the interpolation.
| DynamicPropertyType<Boolean> EnabledProperty |
Sets whether the Property Target Easing Interpolator interpolates the value of the Interpolated Property Type.
| DynamicPropertyType<PropertyField> InterpolatedPropertyFieldProperty |
The property field of the Interpolated Property Type you want to interpolate from its previous value to a new value using this Property Target Easing Interpolator.
| DynamicPropertyType<String> InterpolatedPropertyTypeProperty |
The property type you want to interpolate from its previous value to a new value using this Property Target Easing Interpolator.
| DynamicPropertyType<Integer> InterpolationDurationProperty |
Sets the duration of the interpolation in milliseconds.
| DynamicPropertyType<PropertyTargetEasingTimelineEnums.InterpolationIfInterruptedMode> InterpolationIfInterruptedProperty |
Sets what happens if a new value is set to the interpolated property before interpolation to its previous value completes:
Defined in ui/node_component/animation/property_target_easing_interpolator.cpp as InterpolationIfInterruptedModeProperty.
| DynamicPropertyType<Boolean> NotifyInterpolationCompletedProperty |
Sets whether the Property Target Easing Interpolator dispatches a Completed message every time it completes interpolation.
| DynamicMessageType<PropertyTargetEasingInterpolatorMetadata.SetEnabledMessageArguments> SetEnabledMessage |
Enables or disables the interpolation performed by Property Target Easing Interpolator.