C# 클래스 SpilGames.Unity.Utils.UnityEditor.Responses.GameObjectsResponse

상속: Response
파일 보기 프로젝트 열기: spilgames/spil_event_unity_plugin

공개 프로퍼티들

프로퍼티 타입 설명
bundles List
currencies List
items List
promotions List
shop List

공개 메소드들

메소드 설명
GetGameObjects ( ) : string
ProcessGameObjectsResponse ( ResponseEvent response ) : void

메소드 상세

GetGameObjects() 공개 메소드

public GetGameObjects ( ) : string
리턴 string

ProcessGameObjectsResponse() 공개 메소드

public ProcessGameObjectsResponse ( ResponseEvent response ) : void
response ResponseEvent
리턴 void

프로퍼티 상세

bundles 공개적으로 프로퍼티

public List bundles
리턴 List

currencies 공개적으로 프로퍼티

public List currencies
리턴 List

items 공개적으로 프로퍼티

public List items
리턴 List

promotions 공개적으로 프로퍼티

public List promotions
리턴 List

shop 공개적으로 프로퍼티

public List shop
리턴 List