|
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] |
|
Definition at line 16 of file PlayingAnimation.cs.
void SiliconStudio.Paradox.Engine.PlayingAnimation.FilterNodes |
( |
ModelNodeDefinition[] |
nodes, |
|
|
params string[] |
roots |
|
) |
| |
Filters the animation to the specified sub-trees given by roots.
- Parameters
-
nodes | The node hierarchy. |
roots | The node roots of sub-trees that should be active (others will be filtered out). |
Definition at line 96 of file PlayingAnimation.cs.
Gets or sets the blend operation.
The blend operation.
Definition at line 41 of file PlayingAnimation.cs.
TimeSpan SiliconStudio.Paradox.Engine.PlayingAnimation.CurrentTime |
|
getset |
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 |
TimeSpan SiliconStudio.Paradox.Engine.PlayingAnimation.RemainingTime |
|
getset |
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 |
float SiliconStudio.Paradox.Engine.PlayingAnimation.WeightTarget |
|
getset |
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/engine/SiliconStudio.Paradox.Engine/Engine/PlayingAnimation.cs