Add related |
989onan bot (talk | contribs) Automated: update Categories, SyncDelegates |
||
Line 11: | Line 11: | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|_target|{{RootFieldType|RelayRef`1|[[Component:BoxCollider|BoxCollider]]}}|TypeAdv0=true| The box collider this component is currently editing | |_target|{{RootFieldType|RelayRef`1|[[Component:BoxCollider|BoxCollider]]}}|TypeAdv0=true| The box collider this component is currently editing | ||
|_cubeGizmo|'''[[Component:BoxGizmo|BoxGizmo]]'''|TypeAdv1=true| The visual for this component which is used to edit <code>_target</code> in a visual manner. | |_cubeGizmo|'''[[Component:BoxGizmo|BoxGizmo]]'''|TypeAdv1=true| The visual for this component which is used to edit <code>_target</code> in a visual manner. | ||
}} | }} | ||
Line 30: | Line 30: | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Box Collider Gizmo]] | [[Category:Components{{#translation:}}|Box Collider Gizmo]] | ||
[[Category:ComponentStub]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Box Collider Gizmo]] | [[Category:Components:Uncategorized{{#translation:}}|Box Collider Gizmo]] |
Revision as of 16:41, 17 December 2024
Component image
The BoxColliderGizmo component is used to resize and move Component:BoxColliders in a visual manner using the DevTip.
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. |
_target
|
direct RelayRef`1<BoxCollider> | The box collider this component is currently editing |
_cubeGizmo
|
BoxGizmo | The visual for this component which is used to edit _target in a visual manner.
|
Usage
Used to adjust the size of a box collider. This can be accessed via the gizmo menu using a dev tip in your context menu. The button to activate it is the box collider option.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.