Skip to main content
Version: 1.0.0-preview.44

Velaptor.IUpdatable

Velaptor​

Velaptor​

IUpdatable Interface​

Provides the ability for an object to be updated.

public interface IUpdatable

Derived
↳ IScene
↳ ISceneManager
↳ SceneBase

Methods​

Update(FrameTime)​

Updates the object.

void Update(Velaptor.FrameTime frameTime);

Parameters​

frameTime FrameTime

The amount of time that has passed for the current frame.