Component:SphereInterface: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Sphere Interface
|Name=Sphere Interface
}}
}}
The '''Sphere Interface''' component
The '''Sphere Interface''' component is an abstracted type that doesn't do anything.
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Radius|'''[[Type:IField`1|IField`1]]<[[Type:Float|Float]]>'''|TypeAdv0=true|
|Radius|'''[[Type:IField`1|IField`1]]<[[Type:Float|Float]]>'''|TypeAdv0=true| The radius of the sphere.
}}
}}


== Usage ==
== Usage ==
No uses.


== Examples ==
== Examples ==
Line 19: Line 19:
[[Category:Components:Uncategorized{{#translation:}}|Sphere Interface]]
[[Category:Components:Uncategorized{{#translation:}}|Sphere Interface]]
[[Category:Components{{#translation:}}|Sphere Interface]]
[[Category:Components{{#translation:}}|Sphere Interface]]
[[Category:ComponentStubs]]

Latest revision as of 05:46, 9 May 2025

Component image 
File:SphereInterfaceComponent.png
Sphere Interface component as seen in the Scene Inspector

The Sphere Interface component is an abstracted type that doesn't do anything.

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. Some components stop their functionality when this field is disabled, but some don't.
Radius IField`1<Float> The radius of the sphere.

Usage

No uses.

Examples

See Also