EntityRecord.Dispose().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Command.EntityRecord

EntityRecord.Dispose() Method

Clean the corresponding Entity of all its components.
The current EntityRecord should not be used again after calling this method.
This command takes 5 bytes.

public void Dispose();

Exceptions

System.InvalidOperationException
Command buffer is full.

Contents

  1. 0.1DefaultEcs.Command.EntityRecord
  2. 1EntityRecord.Dispose() Method