(One intermediate revision by one other user not shown)
Line 3:
Line 3:
|Name=Dynamic Bone Player Colliders
|Name=Dynamic Bone Player Colliders
}}
}}
This component is used in the Resonite hair dryer, and allows for dynamic bone colliders specified in the <code>Colliders</code> list to automatically collide with [[Component:DynamicBoneChain|Dynamic Bone Chains]].
This component is used in the Resonite hair dryer, and allows for dynamic bone colliders specified in the <code>Colliders</code> list to automatically collide with [[Component:DynamicBoneChain|Dynamic Bone Chains]].
Can also be used in disabling the automatic dynamic bone colliders that Resonite generates incase you want to manually specify them.
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|VisualizeColliders|Bool| Visualize all the colliders in <code>Colliders</code> that are currently colliding against a Dynamic Bone Chain. Automatically updates the collider visuals every frame server side.
|VisualizeColliders|Bool| Visualize all the colliders in <code>Colliders</code> that are currently colliding against a Dynamic Bone Chain. Automatically updates the collider visuals every frame server side.
|DisableDefaultHeadColliders|Bool|
|DisableDefaultHeadColliders|Bool| Whether to not use the default head collider made by the engine.
|DisableDefaultBodyColliders|Bool|
|DisableDefaultBodyColliders|Bool| Whether to not use the body colliders made by the engine.
|DisableDefaultLeftHandColliders|Bool|
|DisableDefaultLeftHandColliders|Bool| Whether to not use the left hand collider made by the engine.
|DisableDefaultRightHandColliders|Bool|
|DisableDefaultRightHandColliders|Bool| Whether to not use the right hand collider made by the engine.
|Colliders|{{RootFieldType|SyncRefList`1|[[Type:IDynamicBoneCollider|IDynamicBoneCollider]]}}|TypeAdv5=true| A list of colliders to enable collision for all Dynamic bone chains in a world.
|Colliders|{{RootFieldType|SyncRefList`1|[[Type:IDynamicBoneCollider|IDynamicBoneCollider]]}}|TypeAdv5=true| A list of colliders to enable collision for all Dynamic bone chains in a world.
}}
}}
Line 22:
Line 24:
== See Also ==
== See Also ==
* [[Component:DynamicBoneChain]]
[[Category:Components:Physics:Dynamic Bones{{#translation:}}|Dynamic Bone Player Colliders]]
[[Category:Components:Physics:Dynamic Bones{{#translation:}}|Dynamic Bone Player Colliders]]
[[Category:Components{{#translation:}}|Dynamic Bone Player Colliders]]
[[Category:Components{{#translation:}}|Dynamic Bone Player Colliders]]
[[Category:ComponentStubs]]
Latest revision as of 06:55, 30 April 2025
Component image
Dynamic Bone Player Colliders component as seen in the Scene Inspector
This component is used in the Resonite hair dryer, and allows for dynamic bone colliders specified in the Colliders list to automatically collide with Dynamic Bone Chains.
Can also be used in disabling the automatic dynamic bone colliders that Resonite generates incase you want to manually specify them.
Visualize all the colliders in Colliders that are currently colliding against a Dynamic Bone Chain. Automatically updates the collider visuals every frame server side.