Click or drag to resize

FontComponentCharacterContourDataGetShape Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void GetShape(
	out List<Vector3F> resultPositions,
	out List<Vector3F> resultNormals,
	out List<Vector4F> resultTangents,
	out List<int> resultIndices
)

Parameters

resultPositions
Type: System.Collections.GenericListVector3F
resultNormals
Type: System.Collections.GenericListVector3F
resultTangents
Type: System.Collections.GenericListVector4F
resultIndices
Type: System.Collections.GenericListInt32
See Also