C# Class FistBump.Framework.GameCenterPlatformInfo

Platform info for the default GameCenter Implementation provided by Unity
Inheritance: IPlatformInfo
显示文件 Open project: fistbump/framework

Public Methods

Method Description
GetPriority ( ) : int
Initialize ( TextAsset achievementDescriptions ) : void
IsPlatformSupported ( ) : bool

Method Details

GetPriority() public method

public GetPriority ( ) : int
return int

Initialize() public method

public Initialize ( TextAsset achievementDescriptions ) : void
achievementDescriptions UnityEngine.TextAsset
return void

IsPlatformSupported() public method

public IsPlatformSupported ( ) : bool
return bool