Component:SphereCollider: Difference between revisions

From Resonite Wiki
fix categories, stub, sections fixed
m 989onan moved page SphereCollider (Component) to Component:SphereCollider: Misspelled title
(No difference)

Revision as of 17:29, 14 February 2024

Component image 
Sphere Collider component as seen in the Scene Inspector

The SphereCollider generates a spherical collision shape based on an inputted radius.

See Also: Collider

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.
Offset Float3
Type ColliderType
Mass Float
CharacterCollider Bool
IgnoreRaycasts Bool
Radius Float

Behavior

Examples

Related Components