Struct ComponentTypeHandle<T>
  
Syntax
[NativeContainer]
[NativeContainerSupportsMinMaxWriteRestriction]
public struct ComponentTypeHandle<T>
 
Type Parameters
Fields
  
Properties
  
Methods
  
| Name | Description | 
| Update(SystemBase) | When a ComponentTypeHandle is cached by a system across multiple system updates, calling this function
inside the system's OnUpdate() method performs the minimal incremental updates necessary to make the
type handle safe to use. | 
| Update(ref SystemState) | When a ComponentTypeHandle is cached by a system across multiple system updates, calling this function
inside the system's OnUpdate() method performs the minimal incremental updates necessary to make the
type handle safe to use. |