C# 클래스 BadgeStore.BadgeInfo, CodeSpells

파일 보기 프로젝트 열기: srfoster/CodeSpells

공개 프로퍼티들

프로퍼티 타입 설명
buttonUnlockable bool
label string
path string
texture UnityEngine.Texture2D

공개 메소드들

메소드 설명
BadgeInfo ( string label, string path ) : System.Collections
MakeButtonUnlockable ( ) : void

메소드 상세

BadgeInfo() 공개 메소드

public BadgeInfo ( string label, string path ) : System.Collections
label string
path string
리턴 System.Collections

MakeButtonUnlockable() 공개 메소드

public MakeButtonUnlockable ( ) : void
리턴 void

프로퍼티 상세

buttonUnlockable 공개적으로 프로퍼티

public bool buttonUnlockable
리턴 bool

label 공개적으로 프로퍼티

public string label
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string

texture 공개적으로 프로퍼티

public Texture2D,UnityEngine texture
리턴 UnityEngine.Texture2D