Table of Contents

Struct AnimationSequenceParams

Namespace
ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly
ValveResourceFormat.dll

Contains sequence parameters for animation transitions.

public readonly struct AnimationSequenceParams

Inherited Members

Constructors

AnimationSequenceParams(KVObject)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelAnimation.AnimationSequenceParams struct.

public AnimationSequenceParams(KVObject data)

Parameters

data KVObject

Properties

FadeInTime

Gets or sets the fade-in time in seconds.

public float FadeInTime { get; init; }

Property Value

float

FadeOutTime

Gets or sets the fade-out time in seconds.

public float FadeOutTime { get; init; }

Property Value

float