C# Class InteractWith, 2DPlatformer

Inheritance: MonoBehaviour
Afficher le fichier Open project: MarbleGameDev/2DPlatformer Class Usage Examples

Méthodes publiques

Свойство Type Description
inArea bool
onEnter UnityEvent
onExit UnityEvent
onInteract UnityEvent

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

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() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

inArea public_oe property

public bool inArea
Résultat bool

onEnter public_oe property

public UnityEvent onEnter
Résultat UnityEvent

onExit public_oe property

public UnityEvent onExit
Résultat UnityEvent

onInteract public_oe property

public UnityEvent onInteract
Résultat UnityEvent