Struct SimpleMeshData
Simple mesh data. (Use with Simple shader and 2D cases) This is a blob asset, reference by the SimpleMeshRenderData component
Namespace: Unity.Tiny.Rendering
Syntax
public struct SimpleMeshData
Fields
Indices
Declaration
public BlobArray<ushort> Indices
Field Value
Type | Description |
---|---|
BlobArray<UInt16> |
Vertices
Declaration
public BlobArray<SimpleVertex> Vertices
Field Value
Type | Description |
---|---|
BlobArray<SimpleVertex> |