Search Results for

    Class Achievement

    Encapsulate functions of achievement request

    Inheritance
    object
    Achievement
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: YVR.Platform
    Assembly: YVR.Platform.Runtime.dll
    Syntax
    public static class Achievement

    Methods

    Name Description
    AchievementAddCount(string, long)

    Add achievement count progress

    AchievementAddFields(string, string)

    Add achievement fields progress

    GetAllDefinitions()

    Get definitions of all achievements

    GetAllProgress()

    Get progress of all achievements

    GetDefinitionByName(string[])

    Get definitions of designated achievements

    GetProgressByName(string[])

    Get progress of designated achievements

    UnlockAchievement(string)

    Unlock this achievement

    In This Article