-
Notifications
You must be signed in to change notification settings - Fork 0
XYZ
rech edited this page Jun 15, 2026
·
1 revision
Description
A vector of 3 components.
Remarks
_
| Name | Type | Description |
|---|---|---|
x |
number | The x component |
y |
number | The y component |
z |
number | The z component |
Remarks
_
Description
Mirror the x component around axis
Parameters
| Name | Type | Description |
|---|---|---|
axis |
number | The axis to mirror around |
Return types
Remarks
_
Description
Mirror the y component around axis
Parameters
| Name | Type | Description |
|---|---|---|
axis |
number | The axis to mirror around |
Return types
Remarks
_
Description
Mirror the z component around axis
Parameters
| Name | Type | Description |
|---|---|---|
axis |
number | The axis to mirror around |
Return types
Remarks
_
| Operator | Return type | Description |
|---|---|---|
+ |
XYZ | Add two vectors, or a vector with a number, or a number with a vector together |
- |
XYZ | Subtract two vectors, or a vector with a number, or a number with a vector together |
* |
XYZ | Multiply a vector with a number, or a number with a vector together |
/ |
XYZ | Divide a vector with a number |
Global
- Global Functions
- Scene
- Channel
- StringChannel
- TextChannel
- Trigger
- TriggerChannel
- Context
- Event
- Convert
Channels
Controllers
- Controller
- CanvasController
- ImageController
- SpriteController
- TextController
- CameraController
- TrackController
- NoteGroupController
Internal Controllers
Data types