C# Class Source_collider, urban-survivors

Inheritance: Source_base
Datei anzeigen Open project: exdev/urban-survivors Class Usage Examples

Public Properties

Property Type Description
stayForSeconds float
stayInterval float
targetTags List
triggerWhenEnter bool
triggerWhenExit bool

Protected Properties

Property Type Description
numTargetInside int

Public Methods

Method Description
DoTrigger ( ) : void
OnTriggerEnter ( Collider _other ) : void
OnTriggerExit ( Collider _other ) : void

Protected Methods

Method Description
Start ( ) : void

Private Methods

Method Description
IsTargetInTags ( GameObject _go ) : bool

Method Details

DoTrigger() public method

public DoTrigger ( ) : 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() protected method

protected Start ( ) : void
return void

Property Details

numTargetInside protected_oe property

protected int numTargetInside
return int

stayForSeconds public_oe property

public float stayForSeconds
return float

stayInterval public_oe property

public float stayInterval
return float

targetTags public_oe property

public List targetTags
return List

triggerWhenEnter public_oe property

public bool triggerWhenEnter
return bool

triggerWhenExit public_oe property

public bool triggerWhenExit
return bool