Class AnimationPlayer.AutoLayerDriver
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Drives one of a sequence's auto layers from its blend curve at the owner's cycle.
csharp
public sealed record AnimationPlayer.AutoLayerDriver : AnimationPlayer.ClipDriver, IEquatable<AnimationPlayer.ClipDriver>, IEquatable<AnimationPlayer.AutoLayerDriver>Inheritance
object ← AnimationPlayer.ClipDriver ← AnimationPlayer.AutoLayerDriver
Implements
IEquatable<AnimationPlayer.ClipDriver>, IEquatable<AnimationPlayer.AutoLayerDriver>
Inherited Members
AnimationPlayer.ClipDriver.Owner, AnimationPlayer.ClipDriver.EvaluateWeight(AnimationPlayer)
Constructors
AutoLayerDriver(PlaybackClip, AnimationAutoLayer)
Drives one of a sequence's auto layers from its blend curve at the owner's cycle.
csharp
public AutoLayerDriver(AnimationPlayer.PlaybackClip Owner, AnimationAutoLayer Layer)Parameters
Owner AnimationPlayer.PlaybackClip
Layer AnimationAutoLayer
Properties
Layer
csharp
public AnimationAutoLayer Layer { 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

