C# 클래스 EventActor, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
actor GameObject
dialogName string[]
fold bool
isPlayer bool
overrideName bool
showName bool

공개 메소드들

메소드 설명
EventActor ( ) : System.Collections
GetActor ( ) : GameObject
GetData ( ) : Hashtable
GetName ( ) : string
SetData ( Hashtable ht ) : void

메소드 상세

EventActor() 공개 메소드

public EventActor ( ) : System.Collections
리턴 System.Collections

GetActor() 공개 메소드

public GetActor ( ) : GameObject
리턴 GameObject

GetData() 공개 메소드

public GetData ( ) : Hashtable
리턴 Hashtable

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

SetData() 공개 메소드

public SetData ( Hashtable ht ) : void
ht Hashtable
리턴 void

프로퍼티 상세

actor 공개적으로 프로퍼티

public GameObject actor
리턴 GameObject

dialogName 공개적으로 프로퍼티

public string[] dialogName
리턴 string[]

fold 공개적으로 프로퍼티

public bool fold
리턴 bool

isPlayer 공개적으로 프로퍼티

public bool isPlayer
리턴 bool

overrideName 공개적으로 프로퍼티

public bool overrideName
리턴 bool

showName 공개적으로 프로퍼티

public bool showName
리턴 bool