EntityRecord.NotifyChanged_T_().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Command.EntityRecord

EntityRecord.NotifyChanged() Method

Notifies the value of the component of type T has changed on the corresponding Entity.
This command takes 9 bytes.

public void NotifyChanged<T>();

Type parameters

T

The type of the component.

Exceptions

System.InvalidOperationException
Command buffer is full.

Contents

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