Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.AnimationSet Field

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the globally unique identifier (GUID) for an animation set.

Definition

Visual Basic .NET Public Shared AnimationSet As Guid
C# public static Guid AnimationSet;
Managed C++ public: static Guid AnimationSet;
JScript .NET public static var AnimationSet : Guid

Field Value

System.Guid . A Guid Leave Site value that is used for animation set templates in XFiles (.x files).

This field is read-only. 

Remarks

Animation sets contain one or more Animation objects. Each animation within a set has the same time at any given point, so increasing the animation set's time increases the time for all animations it contains.

The following C# code provides an example of an AnimationSet template.

[C#]
template AnimationSet { < 3D82AB50-62DA-11cf-AB39-0020AF71E433 > [ Animation < 3D82AB4F-62DA-11cf-AB39-0020AF71E433 > ] }
Where:


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center