Struct SimpleMeshData
Simple mesh data. (Use with Simple shader and 2D cases)
Namespace: Unity.Tiny.Rendering
Syntax
public struct SimpleMeshData
Fields
Bounds
Declaration
public AABB Bounds
Field Value
| Type | Description |
|---|---|
| AABB |
Indices
Declaration
public BlobArray<ushort> Indices
Field Value
| Type | Description |
|---|---|
| BlobArray<UInt16> |
Vertices
Declaration
public BlobArray<SimpleVertex> Vertices
Field Value
| Type | Description |
|---|---|
| BlobArray<SimpleVertex> |