2025.3 Method
Changes 0
M

RepeaterBounds.AreCoordinatesInBounds

Description:
Determines whether given coordinates are within the bounds.
Remarks:
The coordinates must have the same number of dimensions as the bounds. This method does not apply to zero dimensional bounds.
public bool AreCoordinatesInBounds(
	RepeaterCoordinates coordinates,
	bool treatCyclicalBoundsAsInfinite
)
  • coordinates
    The coordinates.
  • Boolean
    treatCyclicalBoundsAsInfinite
    True if cyclical directions should be treated as unbounded.
Return Value Boolean True if the coordinates are within the bounds.