Interface IVector2
Module: alt-client
Package: @altmp/altv-types
Syntax
interface IVector2
Properties
| Improve this Doc View Sourcex
Declaration
readonly x: number
Property Value
Type | Description |
---|---|
number |
y
Declaration
readonly y: number
Property Value
Type | Description |
---|---|
number |