NPM
Preparing search index...
The search index is not available
MCBE LevelDB
MCBE LevelDB
Vector2
Interface Vector2
Represents a two-directional vector.
interface
Vector2
{
x
:
number
;
y
:
number
;
}
Hierarchy (
View Summary
)
Vector2
DimensionVector2
Index
Properties
x
y
Properties
x
x
:
number
X component of this vector.
y
y
:
number
Y component of this vector.
Version
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
NPM
MCBE LevelDB
Loading...
Represents a two-directional vector.