For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/classes/Vector2LimitObservableValidator.md.

Class: Vector2LimitObservableValidator experimental

Beta

Validates min/max limits of observable objects that support Vector2

Implements

Constructors

Constructor

new Vector2LimitObservableValidator(min, max, isInteger?): Vector2LimitObservableValidator

Beta

Parameters

min

Vector2

max

Vector2

isInteger?

boolean

Returns

Vector2LimitObservableValidator

Remarks

Constructs a new instance of the Vector2LimitObservableValidator class

Properties

_isInteger?

protected optional _isInteger?: boolean

World Mutation Beta

Remarks


_max

protected _max: Vector2

World Mutation Beta

Remarks


_min

protected _min: Vector2

World Mutation Beta

Remarks

Methods

updateLimits()

updateLimits(min, max): void

Beta

Parameters

min

Vector2

max

Vector2

Returns

void


validate()

validate(newValue): Vector2

Beta

Parameters

newValue

Vector2

Returns

Vector2

Implementation of

ObservableValidator.validate