C# 클래스 AchievementDescription, VimConfig

상속: Object, IAchievementDescription
파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 메소드들

메소드 설명
AchievementDescription ( string id, string title, Texture2D image, string achievedDescription, string unachievedDescription, bool hidden, int points )
SetImage ( Texture2D image ) : void
ToString ( ) : string

메소드 상세

AchievementDescription() 공개 메소드

public AchievementDescription ( string id, string title, Texture2D image, string achievedDescription, string unachievedDescription, bool hidden, int points )
id string
title string
image Texture2D
achievedDescription string
unachievedDescription string
hidden bool
points int

SetImage() 공개 메소드

public SetImage ( Texture2D image ) : void
image Texture2D
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string