stfexp.collider.sphere¶
A sphere collider
Implementations¶
Blender |
STF_Component on bpy.types.Object or bpy.types.Bone |
|
Unity |
SphereCollider or application specific components |
Module |
Godot |
CollisionShape3D & SphereShape3D |
Properties¶
Key |
Required |
Type |
Description |
|---|---|---|---|
radius |
Yes |
float |
|
offset_position |
No |
list[float][3] |
The position offset from the node this component is placed on. |
Json Example¶
"43ebc38a-125e-4c6a-98d2-1afcdb6c2707": {
"type": "stfexp.collider.sphere",
"name": "ColliderHead",
"radius": 0.10999999940395355,
"offset_position": [
0,
0.09799999743700027,
0.019999999552965164
]
},