Struct Attachment.Influence ​
Namespace: ValveResourceFormat.ResourceTypes.ModelData.Attachments
Assembly: ValveResourceFormat.dll
Represents an influence on an attachment.
csharp
public readonly struct Attachment.InfluenceProperties ​
Name ​
Gets the name of the influence.
csharp
public string Name { get; init; }Property Value ​
Offset ​
Gets the offset of the influence.
csharp
public Vector3 Offset { get; init; }Property Value ​
Rotation ​
Gets the rotation of the influence.
csharp
public Quaternion Rotation { get; init; }Property Value ​
Weight ​
Gets the weight of the influence.
csharp
public float Weight { get; init; }
