Component:BoxGizmo

From Resonite Wiki
This page contains changes which are not marked for translation.


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Box Gizmo component as seen in the Scene Inspector


Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
TargetSlot Slot
BoxCenterSpace direct RootSpace
BoxSizeSpace direct RootSpace
BoxSize direct RelayRef`1<IField`1<Float3>>
BoxCenter direct RelayRef`1<IField`1<Float3>>
LockOffset Bool
_vertices list of FieldDrive`1<Float3>
_edges list of FieldDrive`1<Float3>
_faces list of FieldDrive`1<Float3>
_sphereColliderRadii list of FieldDrive`1<Float>
_material OverlayFresnelMaterial
_handleSphere IcoSphereMesh
_visualRoot Slot
_visualPosition field drive of Float3
_visualRotation field drive of FloatQ
_visualScale field drive of Float3
_tubeBox direct DriveRef`1<TubeBoxMesh>

Usage

Examples

Related Components