Enum DataTopology
Extension of Unity's MeshTopology enum that defines more generic "data" topology, including voxels.
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public enum DataTopology
Fields
Name | Description |
---|---|
LineStrip | Extension of Unity's MeshTopology enum that defines more generic "data" topology, including voxels. |
Lines | Extension of Unity's MeshTopology enum that defines more generic "data" topology, including voxels. |
Points | Extension of Unity's MeshTopology enum that defines more generic "data" topology, including voxels. |
Quads | Extension of Unity's MeshTopology enum that defines more generic "data" topology, including voxels. |
Triangles | Extension of Unity's MeshTopology enum that defines more generic "data" topology, including voxels. |
Voxels | Extension of Unity's MeshTopology enum that defines more generic "data" topology, including voxels. |