C# 클래스 GenericAchievement, angrygoats

상속: MonoBehaviour
파일 보기 프로젝트 열기: dulb640/angrygoats 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
achievementName string
lockedimage Sprite
secret bool
unlockedimage Sprite

보호된 프로퍼티들

프로퍼티 타입 설명
description Text
image Image
title Text
unlocked bool

보호된 메소드들

메소드 설명
UpdateUI ( ) : void
checkUnlocked ( ) : void

메소드 상세

UpdateUI() 보호된 메소드

protected UpdateUI ( ) : void
리턴 void

checkUnlocked() 보호된 메소드

protected checkUnlocked ( ) : void
리턴 void

프로퍼티 상세

achievementName 공개적으로 프로퍼티

public string achievementName
리턴 string

description 보호되어 있는 프로퍼티

protected Text description
리턴 Text

image 보호되어 있는 프로퍼티

protected Image image
리턴 Image

lockedimage 공개적으로 프로퍼티

public Sprite lockedimage
리턴 Sprite

secret 공개적으로 프로퍼티

public bool secret
리턴 bool

title 보호되어 있는 프로퍼티

protected Text title
리턴 Text

unlocked 보호되어 있는 프로퍼티

protected bool unlocked
리턴 bool

unlockedimage 공개적으로 프로퍼티

public Sprite unlockedimage
리턴 Sprite