C# 클래스 UnityEngine.SocialPlatforms.Impl.AchievementDescription

상속: IAchievementDescription
파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

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

메소드 상세

AchievementDescription() 공개 메소드

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

SetImage() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string