C# 클래스 BaseInteraction, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
autoDestroyOnVariables bool
checkType bool[]
consumeDrop bool
deactivateAfter bool
dropID int
dropType ItemDropType
keyPressInTrigger bool
keyToPress string
maxMouseDistance float
needed AIConditionNeeded
numberCheckType bool[]
numberValueCheck ValueCheck[]
numberVarKey string[]
numberVarValue float[]
repeatExecution bool
setNumberOperator SimpleOperator[]
setNumberVarKey string[]
setNumberVarValue float[]
setVariableKey string[]
setVariableValue string[]
startType EventStartType
variableKey string[]
variableValue string[]

공개 메소드들

메소드 설명
AddNumberVariableCondition ( ) : void
AddNumberVariableSet ( ) : void
AddVariableCondition ( ) : void
AddVariableSet ( ) : void
CheckDrop ( ChoiceContent, drop ) : bool
CheckTriggerEnter ( Collider other ) : bool
CheckTriggerExit ( Collider other ) : bool
CheckVariables ( ) : bool
Interact ( ) : bool
KeyPress ( ) : bool
RemoveNumberVariableCondition ( int index ) : void
RemoveNumberVariableSet ( int index ) : void
RemoveVariableCondition ( int index ) : void
RemoveVariableSet ( int index ) : void
SetVariables ( ) : void
TouchInteract ( ) : void

메소드 상세

AddNumberVariableCondition() 공개 메소드

public AddNumberVariableCondition ( ) : void
리턴 void

AddNumberVariableSet() 공개 메소드

public AddNumberVariableSet ( ) : void
리턴 void

AddVariableCondition() 공개 메소드

public AddVariableCondition ( ) : void
리턴 void

AddVariableSet() 공개 메소드

public AddVariableSet ( ) : void
리턴 void

CheckDrop() 공개 메소드

public CheckDrop ( ChoiceContent, drop ) : bool
drop ChoiceContent,
리턴 bool

CheckTriggerEnter() 공개 메소드

public CheckTriggerEnter ( Collider other ) : bool
other Collider
리턴 bool

CheckTriggerExit() 공개 메소드

public CheckTriggerExit ( Collider other ) : bool
other Collider
리턴 bool

CheckVariables() 공개 메소드

public CheckVariables ( ) : bool
리턴 bool

Interact() 공개 메소드

public Interact ( ) : bool
리턴 bool

KeyPress() 공개 메소드

public KeyPress ( ) : bool
리턴 bool

RemoveNumberVariableCondition() 공개 메소드

public RemoveNumberVariableCondition ( int index ) : void
index int
리턴 void

RemoveNumberVariableSet() 공개 메소드

public RemoveNumberVariableSet ( int index ) : void
index int
리턴 void

RemoveVariableCondition() 공개 메소드

public RemoveVariableCondition ( int index ) : void
index int
리턴 void

RemoveVariableSet() 공개 메소드

public RemoveVariableSet ( int index ) : void
index int
리턴 void

SetVariables() 공개 메소드

public SetVariables ( ) : void
리턴 void

TouchInteract() 공개 메소드

public TouchInteract ( ) : void
리턴 void

프로퍼티 상세

autoDestroyOnVariables 공개적으로 프로퍼티

public bool autoDestroyOnVariables
리턴 bool

checkType 공개적으로 프로퍼티

public bool[] checkType
리턴 bool[]

consumeDrop 공개적으로 프로퍼티

public bool consumeDrop
리턴 bool

deactivateAfter 공개적으로 프로퍼티

public bool deactivateAfter
리턴 bool

dropID 공개적으로 프로퍼티

public int dropID
리턴 int

dropType 공개적으로 프로퍼티

public ItemDropType dropType
리턴 ItemDropType

keyPressInTrigger 공개적으로 프로퍼티

public bool keyPressInTrigger
리턴 bool

keyToPress 공개적으로 프로퍼티

public string keyToPress
리턴 string

maxMouseDistance 공개적으로 프로퍼티

public float maxMouseDistance
리턴 float

needed 공개적으로 프로퍼티

public AIConditionNeeded needed
리턴 AIConditionNeeded

numberCheckType 공개적으로 프로퍼티

public bool[] numberCheckType
리턴 bool[]

numberValueCheck 공개적으로 프로퍼티

public ValueCheck[] numberValueCheck
리턴 ValueCheck[]

numberVarKey 공개적으로 프로퍼티

public string[] numberVarKey
리턴 string[]

numberVarValue 공개적으로 프로퍼티

public float[] numberVarValue
리턴 float[]

repeatExecution 공개적으로 프로퍼티

public bool repeatExecution
리턴 bool

setNumberOperator 공개적으로 프로퍼티

public SimpleOperator[] setNumberOperator
리턴 SimpleOperator[]

setNumberVarKey 공개적으로 프로퍼티

public string[] setNumberVarKey
리턴 string[]

setNumberVarValue 공개적으로 프로퍼티

public float[] setNumberVarValue
리턴 float[]

setVariableKey 공개적으로 프로퍼티

public string[] setVariableKey
리턴 string[]

setVariableValue 공개적으로 프로퍼티

public string[] setVariableValue
리턴 string[]

startType 공개적으로 프로퍼티

public EventStartType startType
리턴 EventStartType

variableKey 공개적으로 프로퍼티

public string[] variableKey
리턴 string[]

variableValue 공개적으로 프로퍼티

public string[] variableValue
리턴 string[]