C# Class Source_collider, urban-survivors

Inheritance: Source_base
Afficher le fichier Open project: exdev/urban-survivors Class Usage Examples

Méthodes publiques

Свойство Type Description
stayForSeconds float
stayInterval float
targetTags List
triggerWhenEnter bool
triggerWhenExit bool

Protected Properties

Свойство Type Description
numTargetInside int

Méthodes publiques

Méthode Description
DoTrigger ( ) : void
OnTriggerEnter ( Collider _other ) : void
OnTriggerExit ( Collider _other ) : void

Méthodes protégées

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
IsTargetInTags ( GameObject _go ) : bool

Method Details

DoTrigger() public méthode

public DoTrigger ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider _other ) : void
_other Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider _other ) : void
_other Collider
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Property Details

numTargetInside protected_oe property

protected int numTargetInside
Résultat int

stayForSeconds public_oe property

public float stayForSeconds
Résultat float

stayInterval public_oe property

public float stayInterval
Résultat float

targetTags public_oe property

public List targetTags
Résultat List

triggerWhenEnter public_oe property

public bool triggerWhenEnter
Résultat bool

triggerWhenExit public_oe property

public bool triggerWhenExit
Résultat bool