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/Vector3LimitObservableValidator.md.

Class: Vector3LimitObservableValidator experimental

Beta

Validates min/max limits of observable objects that support Vector3

Implements

Constructors

Constructor

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

Beta

Parameters

min

Vector3

max

Vector3

isInteger?

boolean

Returns

Vector3LimitObservableValidator

Remarks

Constructs a new instance of the Vector3LimitObservableValidator class

Properties

_isInteger?

protected optional _isInteger?: boolean

World Mutation Beta

Remarks


_max

protected _max: Vector3

World Mutation Beta

Remarks


_min

protected _min: Vector3

World Mutation Beta

Remarks

Methods

updateLimits()

updateLimits(min, max): void

Beta

Parameters

min

Vector3

max

Vector3

Returns

void


validate()

validate(newValue): Vector3

Beta

Parameters

newValue

Vector3

Returns

Vector3

Implementation of

ObservableValidator.validate