-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.vec3.Vector3Gizmo
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Creates a 3D Gizmo in the Output View (if gizmos are toggled on) and sends out the position data as a [Vector3]. Useful to control the position of anything in 3D space that does not have a built-in gizmo. But can be used to control anything that takes a Vec3, RGB colors for example.
Similar to [Locator]
| Name (Relevancy & Type) | Description |
|---|---|
| Position (Vector3) | Defines the position |
| ShowGizmo (Boolean) | Toggles the visibility of the gizmo in the Output view |
| Name | Type |
|---|---|
| Result | System.Numerics.Vector3 |
⚠ Everything else is automatically generated and will be overwritten regularly.