Struct Attachment.Influence
- 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
Offset
Gets the offset of the influence.
public Vector3 Offset { get; init; }
Property Value
Rotation
Gets the rotation of the influence.
public Quaternion Rotation { get; init; }
Property Value
Weight
Gets the weight of the influence.
public float Weight { get; init; }