Search Results for

    Show / Hide Table of Contents

    Class OnlineAchievement

    Online platform achievement description.

    Inheritance
    System.Object
    OnlineAchievement
    Namespace: FlaxEngine.Online
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class OnlineAchievement : ValueType

    Fields

    Description

    The achievement description text.

    Declaration
    public string Description
    Field Value
    System.String

    Identifier

    Unique achievement identifier. Specific for a certain online platform.

    Declaration
    public string Identifier
    Field Value
    System.String

    IsHidden

    True if achievement is hidden from user (eg. can see it once it's unlocked).

    Declaration
    public bool IsHidden
    Field Value
    System.Boolean

    Name

    Achievement name. Specific for a game.

    Declaration
    public string Name
    Field Value
    System.String

    Progress

    Achievement unlock percentage progress (normalized to 0-100 range).

    Declaration
    public float Progress
    Field Value
    System.Single

    Title

    The achievement title text.

    Declaration
    public string Title
    Field Value
    System.String

    UnlockTime

    Date and time at which player unlocked the achievement.

    Declaration
    public DateTime UnlockTime
    Field Value
    System.DateTime

    Properties

    Default

    The default OnlineAchievement.

    Declaration
    public static OnlineAchievement Default { get; }
    Property Value
    OnlineAchievement

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat