updateRegion method
Updates the region of this trigger. Called by the {@link EntityManager} per simulation step.
Implementation
Trigger updateRegion() {
region.update( this );
return this;
}
Updates the region of this trigger. Called by the {@link EntityManager} per simulation step.
Trigger updateRegion() {
region.update( this );
return this;
}