Share via


XFileGuid.AnimationSet Field (Microsoft.DirectX.Direct3D)

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

Definition

Visual Basic Public Shared AnimationSet As GuidLeave Site
C# public static GuidLeave Site AnimationSet;
C++ public: static GuidLeave Site AnimationSet;
JScript public static var AnimationSet : GuidLeave Site

Field Value

System.Guid
A GuidLeave 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:

  • [ Animation < 3D82AB4F-62DA-11cf-AB39-0020AF71E433 > ] - Optional animation template.