C# 클래스 SpeakerPortrait, RPGQuest

파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
image UnityEngine.Texture2D
inBox bool
position Vector2

공개 메소드들

메소드 설명
GetIconPath ( ) : string
ShowPortrait ( ) : void
SpeakerPortrait ( string imageName, Vector2 pos, bool ib ) : UnityEngine

메소드 상세

GetIconPath() 공개 정적인 메소드

public static GetIconPath ( ) : string
리턴 string

ShowPortrait() 공개 메소드

public ShowPortrait ( ) : void
리턴 void

SpeakerPortrait() 공개 메소드

public SpeakerPortrait ( string imageName, Vector2 pos, bool ib ) : UnityEngine
imageName string
pos Vector2
ib bool
리턴 UnityEngine

프로퍼티 상세

image 공개적으로 프로퍼티

public Texture2D,UnityEngine image
리턴 UnityEngine.Texture2D

inBox 공개적으로 프로퍼티

public bool inBox
리턴 bool

position 공개적으로 프로퍼티

public Vector2 position
리턴 Vector2