Component:SphereCollider

From Resonite Wiki
Revision as of 17:29, 14 February 2024 by 989onan (talk | contribs) (fix categories, stub, sections fixed)
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