MorphTargetBuilder4.GetVertices

MorphTargetBuilder<TMaterial,TvG,TvS,TvM>.GetVertices method

Gets a collection of vertices sharing this vertex position.

public IReadOnlyList<TvG> GetVertices(Vector3 position)
ParameterTypeDescription
positionVector3A position given by Positions

Return Value

A collection of vertices (usually one, but can be two or more in boundaries)

See Also