Notifies the value of the component of type T has changed.
This method is not thread safe.
public void NotifyChanged<T>();
T
The type of the component.
System.InvalidOperationException
Entity was not created from a World.
System.InvalidOperationException
Entity does not have a component of type T.