C# Class InteractionModule.Behaviours.LerpObjectFromTo

Inheritance: A_InteractBehaviour
Show file Open project: mprofGamesDev-Dreams/dreams

Public Methods

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

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Initialize() public method

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

OnEventEnd() public method

public OnEventEnd ( ) : void
return void

OnEventTrigger() public method

public OnEventTrigger ( ) : void
return void