C# Class InteractionModule.A_InteractBehaviour

Inheritance: UnityEngine.MonoBehaviour, I_InteractBehaviour
Exibir arquivo Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Public Properties

Property Type Description
EventTrigger bool
interactParent Interact

Public Methods

Method Description
Initialize ( A_InteractBehaviour behaviourParameters ) : void
OnEventEnd ( ) : void
OnEventTrigger ( ) : void

Method Details

Initialize() public abstract method

public abstract Initialize ( A_InteractBehaviour behaviourParameters ) : void
behaviourParameters A_InteractBehaviour
return void

OnEventEnd() public abstract method

public abstract OnEventEnd ( ) : void
return void

OnEventTrigger() public abstract method

public abstract OnEventTrigger ( ) : void
return void

Property Details

EventTrigger public_oe property

public bool EventTrigger
return bool

interactParent public_oe property

public Interact,InteractionModule interactParent
return Interact