Class JointWeightColumn
DEPRECATED
Inheritance
System.Object
JointWeightColumn
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 JointWeightColumn
Properties
JointWeights
DEPRECATED: Gets and sets the joint weights.
Declaration
public List<double> JointWeights { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> | The joint weights. |