Show / Hide Table of Contents

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.Engine.Core.Scene
Assembly: Fusee.Engine.Core.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>
Generated by DocFX
GitHub Repo
Back to top