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

Exibir arquivo Open project: rlabrecque/Steamworks.NET-Example Class Usage Examples

Public Properties

Property Type Description
m_bAchieved bool
m_eAchievementID Achievement,
m_strDescription string
m_strName string

Public Methods

Method 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 method

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.
return UnityEngine

Property Details

m_bAchieved public_oe property

public bool m_bAchieved
return bool

m_eAchievementID public_oe property

public Achievement, m_eAchievementID
return Achievement,

m_strDescription public_oe property

public string m_strDescription
return string

m_strName public_oe property

public string m_strName
return string