Class AvatarMotionChangedEventArgs

    Definition

    Namespace:
    Tizen.AIAvatar
    Assembly:
    Tizen.AIAvatar.dll

    This class provides arguments for handling avatar motion change events. The previous state of the avatar's motion.
    The current state of the avatar's motion.

    public class AvatarMotionChangedEventArgs : EventArgs
    Inheritance
    object
    AvatarMotionChangedEventArgs

    Constructors

    View Source

    AvatarMotionChangedEventArgs(AvatarMotionState, AvatarMotionState)

    Initializes a new instance of the AvatarMotionChangedEventArgs class with the specified previous and current states.

    Declaration
    public AvatarMotionChangedEventArgs(AvatarMotionState previous, AvatarMotionState current)
    Parameters
    Type Name Description
    AvatarMotionState previous

    The previous state of the avatar's motion.

    AvatarMotionState current

    The current state of the avatar's motion.

    Properties

    View Source

    Current

    The current state.

    Declaration
    public AvatarMotionState Current { get; }
    Property Value
    Type Description
    AvatarMotionState
    View Source

    Previous

    The previous state.

    Declaration
    public AvatarMotionState Previous { get; }
    Property Value
    Type Description
    AvatarMotionState

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX