Struct VertexWeight
A single entry of a weight table row.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public struct VertexWeight
Fields
JointIndex
The joint index controlling the vertex.
Declaration
public int JointIndex
Field Value
Type | Description |
---|---|
System.Int32 |
Weight
The weight (the influence) of the bone on the vertex's transformation.
Declaration
public float Weight
Field Value
Type | Description |
---|---|
System.Single |