Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 960 Bytes

Components_T_.md

File metadata and controls

22 lines (15 loc) · 960 Bytes

Components Struct

Provides a fast access to the components of type T.
Note that all entity modification operations are not safe (anything different than a simple Get<T>()) and may invalidate the Components<T>.

public readonly ref struct Components<T>

Type parameters

T

The type of the component.

Properties
this[Entity] Gets the component of type T on the provided Entity.