C# Class ActivateTrigger, Pharos

Inheritance: MonoBehaviour
Exibir arquivo Open project: rstaewen/Pharos

Public Properties

Property Type Description
WaitSecondsForEnterAction float
WaitSecondsForExitAction float
onEnter Mode,
onExit Mode,
repeatTriggerEnter bool
repeatTriggerExit bool
source GameObject
target Object
triggerEnterCount int
triggerExitCount int
triggeringCollider Collider

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
onEnterTrigger ( ) : void
onExitTrigger ( ) : void

Method Details

OnTriggerEnter() public method

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

OnTriggerExit() public method

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

onEnterTrigger() public method

public onEnterTrigger ( ) : void
return void

onExitTrigger() public method

public onExitTrigger ( ) : void
return void

Property Details

WaitSecondsForEnterAction public_oe property

public float WaitSecondsForEnterAction
return float

WaitSecondsForExitAction public_oe property

public float WaitSecondsForExitAction
return float

onEnter public_oe property

public Mode, onEnter
return Mode,

onExit public_oe property

public Mode, onExit
return Mode,

repeatTriggerEnter public_oe property

public bool repeatTriggerEnter
return bool

repeatTriggerExit public_oe property

public bool repeatTriggerExit
return bool

source public_oe property

public GameObject source
return GameObject

target public_oe property

public Object target
return Object

triggerEnterCount public_oe property

public int triggerEnterCount
return int

triggerExitCount public_oe property

public int triggerExitCount
return int

triggeringCollider public_oe property

public Collider triggeringCollider
return Collider