UpdateBehaviour.OnUpdate

Method in UpdateBehaviour

Declaration

protected abstract void OnUpdate(float deltaTime)

Description

Handles behavior updates.

Parameters

deltaTimeThe time since the last frame.