C# Class SteamStatsAndAchievements.Achievement_t, Steamworks.NET-Example

Afficher le fichier Open project: rlabrecque/Steamworks.NET-Example Class Usage Examples

Méthodes publiques

Свойство Type Description
m_bAchieved bool
m_eAchievementID Achievement,
m_strDescription string
m_strName string

Méthodes publiques

Méthode Description
Achievement_t ( Achievement, achievementID, string name, string desc ) : UnityEngine

Creates an Achievement. You must also mirror the data provided here in https://partner.steamgames.com/apps/achievements/yourappid

Method Details

Achievement_t() public méthode

Creates an Achievement. You must also mirror the data provided here in https://partner.steamgames.com/apps/achievements/yourappid
public Achievement_t ( Achievement, achievementID, string name, string desc ) : UnityEngine
achievementID Achievement,
name string The "Display Name" that will be shown to players in game and on the Steam Community.
desc string The "Description" that will be shown to players in game and on the Steam Community.
Résultat UnityEngine

Property Details

m_bAchieved public_oe property

public bool m_bAchieved
Résultat bool

m_eAchievementID public_oe property

public Achievement, m_eAchievementID
Résultat Achievement,

m_strDescription public_oe property

public string m_strDescription
Résultat string

m_strName public_oe property

public string m_strName
Résultat string