World.GetComponents_T_().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.World

World.GetComponents() Method

Gets an Components<T> to get a fast access to the component of type T of this World instance Entity.

public DefaultEcs.Components<T> GetComponents<T>();

Type parameters

T

The type of component.

Returns

DefaultEcs.Components<T>
A Components<T>.

Contents

  1. 0.1DefaultEcs.World
  2. 1World.GetComponents() Method