Struct AnimationSequenceParams ​
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
Contains sequence parameters for animation transitions.
csharp
public readonly struct AnimationSequenceParamsConstructors ​
AnimationSequenceParams(KVObject) ​
Initializes a new instance of the struct.
csharp
public AnimationSequenceParams(KVObject data)Parameters ​
data KVObject
Properties ​
FadeInTime ​
Gets or sets the fade-in time in seconds.
csharp
public float FadeInTime { get; init; }Property Value ​
FadeOutTime ​
Gets or sets the fade-out time in seconds.
csharp
public float FadeOutTime { get; init; }
