Sdílet prostřednictvím


GameTimer.FrameActionOrder Property

Note

This property is available only when developing for Windows Phone.

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

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

Syntax

public int FrameActionOrder { get; set; }

Property Value

The frame action sort order.

Remarks

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

See Also

Reference

GameTimer Class
GameTimer Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone