Updateable InterfaceDelta Engine Documentation
Adding this interface to an Entity will cause its Update method to get called at, by default, 20 times per second, at the given UpdatePriority for each active entity. If IsPauseable returns true, when the app is paused Update will not get called. View code on GitHub

Namespace: DeltaEngine.Entities
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public interface Updateable

The Updateable type exposes the following members.

Methods

  NameDescription
Public methodUpdate
Top
See Also