Class SharedVertex
Defines associations between vertex positions that are coincident. The indexes stored in this collection correspond to the ProBuilderMesh.positions array.
Coincident vertices are vertices that despite sharing the same coordinate position, are separate entries in the vertex array.
Namespace: UnityEngine.ProBuilder
Syntax
[Serializable]
public sealed class SharedVertex : ICollection<int>, IEnumerable<int>, IEnumerable
Constructors
SharedVertex(IEnumerable<Int32>)
Create a new SharedVertex from an int array.
Declaration
public SharedVertex(IEn