Click or drag to resize

SimpleMeshGeneratorGetEmptyData Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void GetEmptyData(
	out Vector3[] positions,
	out Vector3[] normals,
	out Vector4[] tangents,
	out Vector2[] texCoords,
	out int[] indices,
	out SimpleMeshGeneratorFace[] faces
)

Parameters

positions
Type: NeoAxisVector3
normals
Type: NeoAxisVector3
tangents
Type: NeoAxisVector4
texCoords
Type: NeoAxisVector2
indices
Type: SystemInt32
faces
Type: NeoAxisSimpleMeshGeneratorFace
See Also