C# 클래스 SpilGames.Unity.Helpers.PackagesHelper

This is the business object that the developer can use to work with Packages and Promotions. Much easier to work with than the raw data!
파일 보기 프로젝트 열기: spilgames/spil_event_unity_plugin

공개 프로퍼티들

프로퍼티 타입 설명
Packages List

공개 메소드들

메소드 설명
GetPackageById ( string packageId ) : Package
PackagesHelper ( List packages ) : System

메소드 상세

GetPackageById() 공개 메소드

public GetPackageById ( string packageId ) : Package
packageId string
리턴 Package

PackagesHelper() 공개 메소드

public PackagesHelper ( List packages ) : System
packages List
리턴 System

프로퍼티 상세

Packages 공개적으로 프로퍼티

public List Packages
리턴 List