Class AnimationInfo

    Definition

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

    The AnimationInfo class manages animation data for an Avatar, including motion data and names. It is not meant to be directly edited by users or editors.

    public class AnimationInfo
    Inheritance
    object
    AnimationInfo

    Constructors

    View Source

    AnimationInfo(MotionData, string)

    Initializes a new instance of the AnimationInfo class with the specified motion data and name.

    Declaration
    public AnimationInfo(MotionData motionData, string motionName)
    Parameters
    Type Name Description
    MotionData motionData

    TheThe motion data associated with this animation.

    string motionName

    The name of this animation.

    Properties

    View Source

    MotionData

    Gets the motion data associated with this animation.

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

    MotionName

    Gets the name of this animation.

    Declaration
    public string MotionName { get; }
    Property Value
    Type Description
    string

    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