Game Jolt Unity API  v2.5.8
Public Member Functions | Protected Member Functions | List of all members
GameJolt.API.Objects.Base Class Referenceabstract

Base class for all Objects. More...

Inheritance diagram for GameJolt.API.Objects.Base:
GameJolt.API.Objects.Score GameJolt.API.Objects.Table GameJolt.API.Objects.Trophy GameJolt.API.Objects.User

Public Member Functions

void BulkUpdate (JSONClass data)
 Bulks update the object attributes. More...
 

Protected Member Functions

abstract void PopulateFromJson (JSONClass data)
 Map JSON data to the object's attributes. More...
 

Detailed Description

Base class for all Objects.

Member Function Documentation

◆ BulkUpdate()

void GameJolt.API.Objects.Base.BulkUpdate ( JSONClass  data)
inline

Bulks update the object attributes.

Parameters
dataJSON data from the API calls.

◆ PopulateFromJson()

abstract void GameJolt.API.Objects.Base.PopulateFromJson ( JSONClass  data)
protectedpure virtual

Map JSON data to the object's attributes.

Parameters
dataJSON data from the API calls.

Implemented in GameJolt.API.Objects.User, GameJolt.API.Objects.Trophy, GameJolt.API.Objects.Score, and GameJolt.API.Objects.Table.


The documentation for this class was generated from the following file: