Table of Contents

Class ComponentMeta<T>

Namespace
KeenEyes
Assembly
KeenEyes.Core.dll

Compile-time metadata for a component type. This is generated by the source generator and contains no instance state.

public static class ComponentMeta<T> where T : struct

Type Parameters

T

The component type.

Inheritance
ComponentMeta<T>
Inherited Members

Fields

Size

Size of the component in bytes.

public static readonly int Size

Field Value

int

Type

The CLR type.

public static readonly Type Type

Field Value

Type