Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Engine.PlayingAnimation Class Reference

Public Member Functions

void FilterNodes (ModelNodeDefinition[] nodes, params string[] roots)
 Filters the animation to the specified sub-trees given by roots. More...
 

Properties

AnimationBlendOperation BlendOperation [get, set]
 Gets or sets the blend operation. More...
 
AnimationRepeatMode RepeatMode [get, set]
 Gets or sets the repeat mode. More...
 
float Weight [get, set]
 Gets or sets the animation weight. More...
 
string Name [get, set]
 
AnimationClip Clip [get, set]
 
TimeSpan CurrentTime [get, set]
 Gets or sets the current time. More...
 
float TimeFactor [get, set]
 Gets or sets the playback speed factor. More...
 
bool IsPlaying [get, set]
 Gets or sets a value indicating whether animation is playing. More...
 
float WeightTarget [get, set]
 
TimeSpan RemainingTime [get, set]
 

Detailed Description

Definition at line 16 of file PlayingAnimation.cs.

Member Function Documentation

void SiliconStudio.Paradox.Engine.PlayingAnimation.FilterNodes ( ModelNodeDefinition[]  nodes,
params string[]  roots 
)

Filters the animation to the specified sub-trees given by roots.

Parameters
nodesThe node hierarchy.
rootsThe node roots of sub-trees that should be active (others will be filtered out).

Definition at line 96 of file PlayingAnimation.cs.

Property Documentation

AnimationBlendOperation SiliconStudio.Paradox.Engine.PlayingAnimation.BlendOperation
getset

Gets or sets the blend operation.

The blend operation.

Definition at line 41 of file PlayingAnimation.cs.

AnimationClip SiliconStudio.Paradox.Engine.PlayingAnimation.Clip
getset

Definition at line 61 of file PlayingAnimation.cs.

TimeSpan SiliconStudio.Paradox.Engine.PlayingAnimation.CurrentTime
getset

Gets or sets the current time.

The current time.

Definition at line 69 of file PlayingAnimation.cs.

bool SiliconStudio.Paradox.Engine.PlayingAnimation.IsPlaying
getset

Gets or sets a value indicating whether animation is playing.

true if animation is playing; otherwise, false.

Definition at line 85 of file PlayingAnimation.cs.

string SiliconStudio.Paradox.Engine.PlayingAnimation.Name
getset

Definition at line 59 of file PlayingAnimation.cs.

TimeSpan SiliconStudio.Paradox.Engine.PlayingAnimation.RemainingTime
getset

Definition at line 89 of file PlayingAnimation.cs.

AnimationRepeatMode SiliconStudio.Paradox.Engine.PlayingAnimation.RepeatMode
getset

Gets or sets the repeat mode.

The repeat mode.

Definition at line 49 of file PlayingAnimation.cs.

float SiliconStudio.Paradox.Engine.PlayingAnimation.TimeFactor
getset

Gets or sets the playback speed factor.

The playback speed factor.

Definition at line 77 of file PlayingAnimation.cs.

float SiliconStudio.Paradox.Engine.PlayingAnimation.Weight
getset

Gets or sets the animation weight.

The weight.

Definition at line 57 of file PlayingAnimation.cs.

float SiliconStudio.Paradox.Engine.PlayingAnimation.WeightTarget
getset

Definition at line 88 of file PlayingAnimation.cs.


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