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