Table of Contents

Struct BezierData

Namespace
ValveResourceFormat.ResourceTypes.Choreo.Curves
Assembly
ValveResourceFormat.dll

Represents Bezier curve data for choreography animations.

public struct BezierData

Inherited Members

Properties

Flags

Gets or sets the Bezier flags.

public BezierFlags Flags { readonly get; set; }

Property Value

BezierFlags

InDegrees

Gets or sets the in degrees.

public float InDegrees { readonly get; set; }

Property Value

float

InWeight

Gets or sets the in weight.

public float InWeight { readonly get; set; }

Property Value

float

OutDegrees

Gets or sets the out degrees.

public float OutDegrees { readonly get; set; }

Property Value

float

OutWeight

Gets or sets the out weight.

public float OutWeight { readonly get; set; }

Property Value

float

Methods

ToKeyValue()

Converts this Bezier data to a ValveResourceFormat.Serialization.KeyValues.KVValue.

public readonly KVValue ToKeyValue()

Returns

KVValue

A ValveResourceFormat.Serialization.KeyValues.KVValue representing this Bezier data.