ReactOS 0.4.15-dev-7918-g2a2556c
d3dx9_keyframed_animation_set Struct Reference
Collaboration diagram for d3dx9_keyframed_animation_set:

Public Attributes

ID3DXKeyframedAnimationSet ID3DXKeyframedAnimationSet_iface
 
LONG ref
 
const charname
 
double ticks_per_second
 
D3DXPLAYBACK_TYPE playback_type
 
unsigned int animation_count
 
unsigned int callback_key_count
 
const D3DXKEY_CALLBACKcallback_keys
 

Detailed Description

Definition at line 475 of file animation.c.

Member Data Documentation

◆ animation_count

unsigned int d3dx9_keyframed_animation_set::animation_count

Definition at line 483 of file animation.c.

Referenced by D3DXCreateKeyframedAnimationSet().

◆ callback_key_count

unsigned int d3dx9_keyframed_animation_set::callback_key_count

Definition at line 484 of file animation.c.

Referenced by D3DXCreateKeyframedAnimationSet().

◆ callback_keys

const D3DXKEY_CALLBACK* d3dx9_keyframed_animation_set::callback_keys

◆ ID3DXKeyframedAnimationSet_iface

ID3DXKeyframedAnimationSet d3dx9_keyframed_animation_set::ID3DXKeyframedAnimationSet_iface

Definition at line 477 of file animation.c.

Referenced by impl_from_ID3DXKeyframedAnimationSet().

◆ name

const char* d3dx9_keyframed_animation_set::name

Definition at line 480 of file animation.c.

◆ playback_type

D3DXPLAYBACK_TYPE d3dx9_keyframed_animation_set::playback_type

Definition at line 482 of file animation.c.

Referenced by D3DXCreateKeyframedAnimationSet().

◆ ref

LONG d3dx9_keyframed_animation_set::ref

Definition at line 478 of file animation.c.

◆ ticks_per_second

double d3dx9_keyframed_animation_set::ticks_per_second

Definition at line 481 of file animation.c.

Referenced by D3DXCreateKeyframedAnimationSet().


The documentation for this struct was generated from the following file: