TriMesh.ReadFVector2

TriMesh.ReadFVector2 method

Read the vector2 field

public FVector2 ReadFVector2(int idx, VertexField field)
ParameterTypeDescription
idxInt32The index of vertex to read
fieldVertexFieldThe field with a Vector2/FVector2 data type

Return Value

FVector2 of specified vertex’s field

See Also