C# 클래스 ToolTipController

상속: MonoBehaviour
파일 보기 프로젝트 열기: BornToGrill/Project-Frequency 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cost Text
Image Image
Main Text
Subtitle Text
Title Text
Warning Text

공개 메소드들

메소드 설명
Awake ( ) : void
FixedUpdate ( ) : void
Initialize ( string title, string subtitle, string main ) : void
SetCost ( string cost, bool enoughMoney ) : void
SetWarning ( string warning ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( string title, string subtitle, string main ) : void
title string
subtitle string
main string
리턴 void

SetCost() 공개 메소드

public SetCost ( string cost, bool enoughMoney ) : void
cost string
enoughMoney bool
리턴 void

SetWarning() 공개 메소드

public SetWarning ( string warning ) : void
warning string
리턴 void

프로퍼티 상세

Cost 공개적으로 프로퍼티

public Text Cost
리턴 Text

Image 공개적으로 프로퍼티

public Image Image
리턴 Image

Main 공개적으로 프로퍼티

public Text Main
리턴 Text

Subtitle 공개적으로 프로퍼티

public Text Subtitle
리턴 Text

Title 공개적으로 프로퍼티

public Text Title
리턴 Text

Warning 공개적으로 프로퍼티

public Text Warning
리턴 Text