Sets the value of the component of type T on the corresponding Entity to the same instance of an other EntityRecord.
This command takes 13 bytes.
public void SetSameAs<T>(in DefaultEcs.Command.EntityRecord reference);
T
The type of the component.
reference
EntityRecord
The other EntityRecord used as reference.
System.InvalidOperationException
Command buffer is full.