Class AnimationPlayer.BlendDriver
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Drives one entry of a blend sequence's fetch from the live pose parameter values.
csharp
public sealed record AnimationPlayer.BlendDriver : AnimationPlayer.ClipDriver, IEquatable<AnimationPlayer.ClipDriver>, IEquatable<AnimationPlayer.BlendDriver>Inheritance
object ← AnimationPlayer.ClipDriver ← AnimationPlayer.BlendDriver
Implements
IEquatable<AnimationPlayer.ClipDriver>, IEquatable<AnimationPlayer.BlendDriver>
Inherited Members
AnimationPlayer.ClipDriver.Owner, AnimationPlayer.ClipDriver.EvaluateWeight(AnimationPlayer)
Constructors
BlendDriver(PlaybackClip, SequenceAnimation, int)
Drives one entry of a blend sequence's fetch from the live pose parameter values.
csharp
public BlendDriver(AnimationPlayer.PlaybackClip Owner, SequenceAnimation Sequence, int Index)Parameters
Owner AnimationPlayer.PlaybackClip
Sequence SequenceAnimation
Index int
Properties
Index
csharp
public int Index { get; init; }Property Value
Sequence
csharp
public SequenceAnimation Sequence { get; init; }Property Value
Methods
EvaluateWeight(AnimationPlayer)
The weight the driven clip contributes, before the owner's own weight.
csharp
public override float EvaluateWeight(AnimationPlayer player)Parameters
player AnimationPlayer

