Class ParticleSnapshot.SkinningData
Namespace: ValveResourceFormat.Blocks
Assembly: ValveResourceFormat.dll
Represents skinning data for a particle.
csharp
public class ParticleSnapshot.SkinningDataInheritance
object ← ParticleSnapshot.SkinningData
Properties
JointNames
Gets or sets the joint names.
csharp
public required string[] JointNames { get; set; }Property Value
string[]
Weights
Gets or sets the joint weights.
csharp
public required float[] Weights { get; set; }Property Value
float[]
Methods
ToString()
Returns a string that represents the current object.
csharp
public override string ToString()Returns
A string that represents the current object.
Remarks
Returns a space-separated list of joint-weight pairs in format: (JointName: Weight).

