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
TThe component type.
- Inheritance
-
ComponentMeta<T>
- Inherited Members
Fields
Size
Size of the component in bytes.
public static readonly int Size
Field Value
Type
The CLR type.
public static readonly Type Type