Entity.Disable().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Entity

Entity.Disable() Method

Disables the current Entity so it does not appear in EntitySet.
This method is not thread safe.

public void Disable();

Exceptions

System.InvalidOperationException
Entity was not created from a World.

Contents

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