Search Results for

    Show / Hide Table of Contents

    Struct OnlineAchievement

    Online platform achievement description.

    Assembly: FlaxEngine.dll
    File: Engine/Online/IOnlinePlatform.h
    Syntax
    public struct OnlineAchievement

    Fields

    Description

    The achievement description text.

    Declaration
    public String Description
    Field Value
    String

    Identifier

    Unique achievement identifier. Specific for a certain online platform.

    Declaration
    public String Identifier
    Field Value
    String

    IsHidden

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

    Declaration
    public bool IsHidden = false
    Field Value
    bool

    Name

    Achievement name. Specific for a game.

    Declaration
    public String Name
    Field Value
    String

    Progress

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

    Declaration
    public float Progress = 0.0f
    Field Value
    float

    Title

    The achievement title text.

    Declaration
    public String Title
    Field Value
    String

    UnlockTime

    Date and time at which player unlocked the achievement.

    Declaration
    public DateTime UnlockTime = DateTime::MinValue()
    Field Value
    DateTime

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat