Sdílet prostřednictvím


GameTimer.UpdateOrder Property

Note

This property is available only when developing for Windows Phone.

Gets or sets the sort order of update actions for this instance.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

Syntax

public int UpdateOrder { get; set; }

Property Value

The update action sort order.

Remarks

UpdateOrder indicates the order in which Update events will be called in when more than one timer triggers the event at the same time. Events with lower UpdateOrder values will occur before events with higher values.

See Also

Reference

GameTimer Class
GameTimer Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone