C# 클래스 VariableChecker, RPGQuest

상속: BaseInteraction
파일 보기 프로젝트 열기: hughrogers/RPGQuest

공개 프로퍼티들

프로퍼티 타입 설명
animationName string
destroy bool
number int
playMode PlayMode,
playOptions string[]
queueMode QueueMode
speed float
stopAll bool
stopAnimation bool
time float

공개 메소드들

메소드 설명
Interact ( ) : bool
OnMouseUp ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
StartEvent ( ) : void
TouchInteract ( ) : void

메소드 상세

Interact() 공개 메소드

public Interact ( ) : bool
리턴 bool

OnMouseUp() 공개 메소드

public OnMouseUp ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other Collider
리턴 void

OnTriggerExit() 공개 메소드

public OnTriggerExit ( Collider other ) : void
other Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartEvent() 공개 메소드

public StartEvent ( ) : void
리턴 void

TouchInteract() 공개 메소드

public TouchInteract ( ) : void
리턴 void

프로퍼티 상세

animationName 공개적으로 프로퍼티

public string animationName
리턴 string

destroy 공개적으로 프로퍼티

public bool destroy
리턴 bool

number 공개적으로 프로퍼티

public int number
리턴 int

playMode 공개적으로 프로퍼티

public PlayMode, playMode
리턴 PlayMode,

playOptions 공개적으로 프로퍼티

public string[] playOptions
리턴 string[]

queueMode 공개적으로 프로퍼티

public QueueMode queueMode
리턴 QueueMode

speed 공개적으로 프로퍼티

public float speed
리턴 float

stopAll 공개적으로 프로퍼티

public bool stopAll
리턴 bool

stopAnimation 공개적으로 프로퍼티

public bool stopAnimation
리턴 bool

time 공개적으로 프로퍼티

public float time
리턴 float