Class VertexWeightList
A single row of the weight table. Stored in a way respecting sparse data (only few bones control a vertex).
Inheritance
System.Object
VertexWeightList
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public class VertexWeightList
Properties
VertexWeights
List of bones controlling the vertex.
Declaration
public List<VertexWeight> VertexWeights { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<VertexWeight> |