C# Class VariableChecker, RPGQuest

Inheritance: BaseInteraction
ファイルを表示 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_oe property

public string animationName
return string

destroy public_oe property

public bool destroy
return bool

number public_oe property

public int number
return int

playMode public_oe property

public PlayMode, playMode
return PlayMode,

playOptions public_oe property

public string[] playOptions
return string[]

queueMode public_oe property

public QueueMode queueMode
return QueueMode

speed public_oe property

public float speed
return float

stopAll public_oe property

public bool stopAll
return bool

stopAnimation public_oe property

public bool stopAnimation
return bool

time public_oe property

public float time
return float