C# Class InteractionModule.A_InteractBehaviour

Inheritance: UnityEngine.MonoBehaviour, I_InteractBehaviour
Afficher le fichier Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Méthodes publiques

Свойство Type Description
EventTrigger bool
interactParent Interact

Méthodes publiques

Méthode Description
Initialize ( A_InteractBehaviour behaviourParameters ) : void
OnEventEnd ( ) : void
OnEventTrigger ( ) : void

Method Details

Initialize() public abstract méthode

public abstract Initialize ( A_InteractBehaviour behaviourParameters ) : void
behaviourParameters A_InteractBehaviour
Résultat void

OnEventEnd() public abstract méthode

public abstract OnEventEnd ( ) : void
Résultat void

OnEventTrigger() public abstract méthode

public abstract OnEventTrigger ( ) : void
Résultat void

Property Details

EventTrigger public_oe property

public bool EventTrigger
Résultat bool

interactParent public_oe property

public Interact,InteractionModule interactParent
Résultat Interact