Entity.Enable().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Entity

Entity.Enable() Method

Enables the current Entity so it can appear in EntitySet.
This method is not thread safe.

public void Enable();

Exceptions

System.InvalidOperationException
Entity was not created from a World.

Contents

  1. 0.1DefaultEcs.Entity
  2. 1Entity.Enable() Method