C# Class VariableChecker, RPGQuest

Inheritance: BaseInteraction
Show file Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
animationName string
destroy bool
number int
playMode PlayMode,
playOptions string[]
queueMode QueueMode
speed float
stopAll bool
stopAnimation bool
time float

Public Methods

Method Description
Interact ( ) : bool
OnMouseUp ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
StartEvent ( ) : void
TouchInteract ( ) : void

Method Details

Interact() public method

public Interact ( ) : bool
return bool

OnMouseUp() public method

public OnMouseUp ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

StartEvent() public method

public StartEvent ( ) : void
return void

TouchInteract() public method

public TouchInteract ( ) : void
return void

Property Details

animationName public property

public string animationName
return string

destroy public property

public bool destroy
return bool

number public property

public int number
return int

playMode public property

public PlayMode, playMode
return PlayMode,

playOptions public property

public string[] playOptions
return string[]

queueMode public property

public QueueMode queueMode
return QueueMode

speed public property

public float speed
return float

stopAll public property

public bool stopAll
return bool

stopAnimation public property

public bool stopAnimation
return bool

time public property

public float time
return float