C# 클래스 Reward, sessionm-enterprise-unity

상속: MonoBehaviour
파일 보기 프로젝트 열기: sessionm/sessionm-enterprise-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
expiresAt string
id int
imageURL string
name string
points int
tier string
type string
url string

공개 메소드들

메소드 설명
Reward ( int id, string name, int points, string imageURL, string url, string tier, string type, string expiresAt ) : System

메소드 상세

Reward() 공개 메소드

public Reward ( int id, string name, int points, string imageURL, string url, string tier, string type, string expiresAt ) : System
id int
name string
points int
imageURL string
url string
tier string
type string
expiresAt string
리턴 System

프로퍼티 상세

expiresAt 공개적으로 프로퍼티

public string expiresAt
리턴 string

id 공개적으로 프로퍼티

public int id
리턴 int

imageURL 공개적으로 프로퍼티

public string imageURL
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

points 공개적으로 프로퍼티

public int points
리턴 int

tier 공개적으로 프로퍼티

public string tier
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string

url 공개적으로 프로퍼티

public string url
리턴 string