Click or drag to resize

SimpleMeshGeneratorGetEmptyData Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.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  Vector3
 
normals  Vector3
 
tangents  Vector4
 
texCoords  Vector2
 
indices  Int32
 
faces  SimpleMeshGeneratorFace
 
See Also