Show / Hide Table of Contents

Class ISN_GKSavedGameLoadResult

Saved Game Load Result.

Inheritance
System.Object
ISN_GKSavedGameLoadResult
Namespace: SA.iOS.GameKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_GKSavedGameLoadResult : SA_Result

Properties

BytesArrayData

Returns bytes array representation of the data.

Declaration
public byte[] BytesArrayData { get; }
Property Value
Type Description
System.Byte[]

StringData

Returns string representation of the data

Declaration
public string StringData { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX