C# 클래스 Valve.Steamworks.SteamAPI

파일 보기 프로젝트 열기: kronosaur/Transcendence

공개 메소드들

메소드 설명
Init ( uint appId ) : void
RegisterCallback ( IntPtr pCallback, int iCallback ) : void
RunCallbacks ( ) : void
SteamAppList ( ) : ISteamAppList
SteamApps ( ) : ISteamApps
SteamClient ( ) : ISteamClient
SteamController ( ) : ISteamController
SteamFriends ( ) : ISteamFriends
SteamGameServer ( ) : ISteamGameServer
SteamGameServerStats ( ) : ISteamGameServerStats
SteamHTMLSurface ( ) : ISteamHTMLSurface
SteamHTTP ( ) : ISteamHTTP
SteamInventory ( ) : ISteamInventory
SteamMatchmaking ( ) : ISteamMatchmaking
SteamMatchmakingPingResponse ( ) : ISteamMatchmakingPingResponse
SteamMatchmakingPlayersResponse ( ) : ISteamMatchmakingPlayersResponse
SteamMatchmakingRulesResponse ( ) : ISteamMatchmakingRulesResponse
SteamMatchmakingServerListResponse ( ) : ISteamMatchmakingServerListResponse
SteamMatchmakingServers ( ) : ISteamMatchmakingServers
SteamMusic ( ) : ISteamMusic
SteamMusicRemote ( ) : ISteamMusicRemote
SteamNetworking ( ) : ISteamNetworking
SteamRemoteStorage ( ) : ISteamRemoteStorage
SteamScreenshots ( ) : ISteamScreenshots
SteamUGC ( ) : ISteamUGC
SteamUnifiedMessages ( ) : ISteamUnifiedMessages
SteamUser ( ) : ISteamUser
SteamUserStats ( ) : ISteamUserStats
SteamUtils ( ) : ISteamUtils
SteamVideo ( ) : ISteamVideo
UnregisterCallback ( IntPtr pCallback ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( uint appId ) : void
appId uint
리턴 void

RegisterCallback() 공개 정적인 메소드

public static RegisterCallback ( IntPtr pCallback, int iCallback ) : void
pCallback System.IntPtr
iCallback int
리턴 void

RunCallbacks() 공개 정적인 메소드

public static RunCallbacks ( ) : void
리턴 void

SteamAppList() 공개 정적인 메소드

public static SteamAppList ( ) : ISteamAppList
리턴 ISteamAppList

SteamApps() 공개 정적인 메소드

public static SteamApps ( ) : ISteamApps
리턴 ISteamApps

SteamClient() 공개 정적인 메소드

public static SteamClient ( ) : ISteamClient
리턴 ISteamClient

SteamController() 공개 정적인 메소드

public static SteamController ( ) : ISteamController
리턴 ISteamController

SteamFriends() 공개 정적인 메소드

public static SteamFriends ( ) : ISteamFriends
리턴 ISteamFriends

SteamGameServer() 공개 정적인 메소드

public static SteamGameServer ( ) : ISteamGameServer
리턴 ISteamGameServer

SteamGameServerStats() 공개 정적인 메소드

public static SteamGameServerStats ( ) : ISteamGameServerStats
리턴 ISteamGameServerStats

SteamHTMLSurface() 공개 정적인 메소드

public static SteamHTMLSurface ( ) : ISteamHTMLSurface
리턴 ISteamHTMLSurface

SteamHTTP() 공개 정적인 메소드

public static SteamHTTP ( ) : ISteamHTTP
리턴 ISteamHTTP

SteamInventory() 공개 정적인 메소드

public static SteamInventory ( ) : ISteamInventory
리턴 ISteamInventory

SteamMatchmaking() 공개 정적인 메소드

public static SteamMatchmaking ( ) : ISteamMatchmaking
리턴 ISteamMatchmaking

SteamMatchmakingPingResponse() 공개 정적인 메소드

public static SteamMatchmakingPingResponse ( ) : ISteamMatchmakingPingResponse
리턴 ISteamMatchmakingPingResponse

SteamMatchmakingPlayersResponse() 공개 정적인 메소드

public static SteamMatchmakingPlayersResponse ( ) : ISteamMatchmakingPlayersResponse
리턴 ISteamMatchmakingPlayersResponse

SteamMatchmakingRulesResponse() 공개 정적인 메소드

public static SteamMatchmakingRulesResponse ( ) : ISteamMatchmakingRulesResponse
리턴 ISteamMatchmakingRulesResponse

SteamMatchmakingServerListResponse() 공개 정적인 메소드

public static SteamMatchmakingServerListResponse ( ) : ISteamMatchmakingServerListResponse
리턴 ISteamMatchmakingServerListResponse

SteamMatchmakingServers() 공개 정적인 메소드

public static SteamMatchmakingServers ( ) : ISteamMatchmakingServers
리턴 ISteamMatchmakingServers

SteamMusic() 공개 정적인 메소드

public static SteamMusic ( ) : ISteamMusic
리턴 ISteamMusic

SteamMusicRemote() 공개 정적인 메소드

public static SteamMusicRemote ( ) : ISteamMusicRemote
리턴 ISteamMusicRemote

SteamNetworking() 공개 정적인 메소드

public static SteamNetworking ( ) : ISteamNetworking
리턴 ISteamNetworking

SteamRemoteStorage() 공개 정적인 메소드

SteamScreenshots() 공개 정적인 메소드

public static SteamScreenshots ( ) : ISteamScreenshots
리턴 ISteamScreenshots

SteamUGC() 공개 정적인 메소드

public static SteamUGC ( ) : ISteamUGC
리턴 ISteamUGC

SteamUnifiedMessages() 공개 정적인 메소드

public static SteamUnifiedMessages ( ) : ISteamUnifiedMessages
리턴 ISteamUnifiedMessages

SteamUser() 공개 정적인 메소드

public static SteamUser ( ) : ISteamUser
리턴 ISteamUser

SteamUserStats() 공개 정적인 메소드

public static SteamUserStats ( ) : ISteamUserStats
리턴 ISteamUserStats

SteamUtils() 공개 정적인 메소드

public static SteamUtils ( ) : ISteamUtils
리턴 ISteamUtils

SteamVideo() 공개 정적인 메소드

public static SteamVideo ( ) : ISteamVideo
리턴 ISteamVideo

UnregisterCallback() 공개 정적인 메소드

public static UnregisterCallback ( IntPtr pCallback ) : void
pCallback System.IntPtr
리턴 void