(One intermediate revision by the same user not shown)
Line 2:
Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=BoxGizmoComponent.png
|Image=BoxGizmoComponent.png
|Name=Box Gizmo
|Name=Box Gizmo
}}
}}
The '''BoxGizmo''' component is used to make the handles and visual for editing a box mesh or collider, and also handles the interaction with the handles.
<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|TargetSlot|Slot|
|TargetSlot|Slot| The slot of the box to edit.
|BoxCenterSpace|{{RootFieldType|RootSpace}}|TypeAdv1=true| The coordinate space to transform by when making the result of <code>BoxCenter</code>
|BoxCenterSpace|{{RootFieldType|RootSpace}}|TypeAdv1=true| The coordinate space to transform by when making the result of <code>BoxCenter</code>
|BoxSizeSpace|{{RootFieldType|RootSpace}}|TypeAdv2=true| The coordinate space to transform by when making the result of <code>BoxSize</code>
|BoxSizeSpace|{{RootFieldType|RootSpace}}|TypeAdv2=true| The coordinate space to transform by when making the result of <code>BoxSize</code>
|_vertices|{{RootFieldType|SyncList`1|[[Type:FieldDrive`1|FieldDrive`1]]<[[Type:Float3|Float3]]>}}|TypeAdv6=true| A list of fields to drive for the vertex positions of the cube gizmo visual.
|_edges|{{RootFieldType|SyncList`1|[[Type:FieldDrive`1|FieldDrive`1]]<[[Type:Float3|Float3]]>}}|TypeAdv7=true| A list of fields to drive for the edge positions of the cube gizmo visual.
|_faces|{{RootFieldType|SyncList`1|[[Type:FieldDrive`1|FieldDrive`1]]<[[Type:Float3|Float3]]>}}|TypeAdv8=true| A list of fields to drive for the face positions of the cube gizmo visual.
|_sphereColliderRadii|{{RootFieldType|SyncList`1|[[Type:FieldDrive`1|FieldDrive`1]]<[[Type:Float|Float]]>}}|TypeAdv9=true| A list of fields to drive for the sphere rotations of the cube gizmo visual.