C# 클래스 SteamStatsAndAchievements.Achievement_t, Steamworks.NET-Example

파일 보기 프로젝트 열기: rlabrecque/Steamworks.NET-Example 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_bAchieved bool
m_eAchievementID Achievement,
m_strDescription string
m_strName string

공개 메소드들

메소드 설명
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

메소드 상세

Achievement_t() 공개 메소드

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.
리턴 UnityEngine

프로퍼티 상세

m_bAchieved 공개적으로 프로퍼티

public bool m_bAchieved
리턴 bool

m_eAchievementID 공개적으로 프로퍼티

public Achievement, m_eAchievementID
리턴 Achievement,

m_strDescription 공개적으로 프로퍼티

public string m_strDescription
리턴 string

m_strName 공개적으로 프로퍼티

public string m_strName
리턴 string