updateRegion method

Trigger updateRegion()

Updates the region of this trigger. Called by the {@link EntityManager} per simulation step.

Implementation

Trigger updateRegion() {
	region.update( this );
	return this;
}