Table of Contents

Struct Attachment.Influence

Namespace
ValveResourceFormat.ResourceTypes.ModelData.Attachments
Assembly
ValveResourceFormat.dll

Represents an influence on an attachment.

public readonly struct Attachment.Influence

Inherited Members

Properties

Name

Gets the name of the influence.

public string Name { get; init; }

Property Value

string

Offset

Gets the offset of the influence.

public Vector3 Offset { get; init; }

Property Value

Vector3

Rotation

Gets the rotation of the influence.

public Quaternion Rotation { get; init; }

Property Value

Quaternion

Weight

Gets the weight of the influence.

public float Weight { get; init; }

Property Value

float