Dynamic Bone Sphere Collider component as seen in the Scene Inspector
The dynamic bone sphere collider is a component that allows for making a static sphere collider by adding it to the list of StaticColliders on a DynamicBoneChain or make it dynamic by making it part of the Colliders list on a DynamicBonePlayerColliders Component
The radius of the sphere created by this component in local space of the Slot it is made on.
Behavior
Examples
This component can be used with a RayCastDriver to make a huge sphere under the ground that can act as a floor. Then adding this component to the list of static colliders on a DynamicBoneChain allows for fake collisions with the floor, so tails, wings, chains, and cloth tassles won't clip through the ground on avatars.