Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Ico Sphere Mesh Gizmo | |Name=Ico Sphere Mesh Gizmo | ||
}} | }} | ||
The '''IcoSphereMeshGizmo''' component is a [[Gizmo]] component used to edit ico sphere mesh properties via the dev tool. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|_target|{{RootFieldType|RelayRef`1|[[Component:IcoSphereMesh|IcoSphereMesh]]}}|TypeAdv0=true| | |_target|{{RootFieldType|RelayRef`1|[[Component:IcoSphereMesh|IcoSphereMesh]]}}|TypeAdv0=true| The ico sphere mesh we are editing and targeting. | ||
|_sphereGizmo|'''[[Component:SphereGizmo|SphereGizmo]]'''|TypeAdv1=true| | |_sphereGizmo|'''[[Component:SphereGizmo|SphereGizmo]]'''|TypeAdv1=true| The Sphere gizmo to use as a way of editing <code>_target</code>. | ||
}} | }} | ||
== | == Usage == | ||
Not used directly by the user. is generated by the dev tip when selecting the option for editing an [[Component:IcoSphereMesh|IcoSphereMesh]] on a selected slot. | |||
== Examples == | == Examples == | ||
{{stub}} | |||
== See Also == | == See Also == | ||
* [[Gizmo]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Ico Sphere Mesh Gizmo]] | [[Category:Components:Uncategorized{{#translation:}}|Ico Sphere Mesh Gizmo]] | ||
[[Category:Components{{#translation:}}|Ico Sphere Mesh Gizmo]] | [[Category:Components{{#translation:}}|Ico Sphere Mesh Gizmo]] | ||
Latest revision as of 19:15, 12 March 2025
Component image 
Ico Sphere Mesh Gizmo component as seen in the Scene Inspector

The IcoSphereMeshGizmo component is a Gizmo component used to edit ico sphere mesh properties via the dev tool.
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. Some components stop their functionality when this field is disabled, but some don't. |
_target
|
direct RelayRef`1<IcoSphereMesh> | The ico sphere mesh we are editing and targeting. |
_sphereGizmo
|
SphereGizmo | The Sphere gizmo to use as a way of editing _target .
|
Usage
Not used directly by the user. is generated by the dev tip when selecting the option for editing an IcoSphereMesh on a selected slot.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.