Currently, PhysBone
colliders
field have a type of
List<VRCPhysBoneColliderBase>
. Which is not exposed to Udon.
Maybe we can add a field with type of
DataList
,
GetColliders()
AddCollider()
or other workaround.