Vector2Property¶
Overview¶
Property whose value must be a Vector2.
@author Sam Reid (PhET Interactive Simulations)
Class Vector2Property¶
Constructor¶
new Vector2Property( initialValue : Vector2, providedOptions? : Vector2PropertyOptions )¶
Instance Methods¶
Instance Properties¶
validBounds : Bounds2 | null¶
(readonly)
Type Vector2PropertyOptions¶
- validBounds?: Bounds2 | null
- & StrictOmit<PropertyOptions<Vector2>, "phetioValueType" | "valueType">
Source Code¶
See the source for Vector2Property.ts in the dot repository.