WhenRemovedAttribute.WhenRemovedAttribute(Type[]).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.WhenRemovedAttribute
WhenRemovedAttribute(Type[]) Constructor
Initialize a new instance of the WhenRemovedAttribute type.
public WhenRemovedAttribute(params System.Type[] componentTypes);
Parameters
componentTypes System.Type[]
The types of the component to react to their deletion.