menu
oimo_physics package
documentation
collision/broadphase/dbvt/dbvt_broad_phase.dart
DBVTBroadPhase
createProxy method
createProxy method
dark_mode
light_mode
createProxy
method
@
override
DBVTProxy
createProxy
(
Shape
shape
)
override
Create a new proxy.
Implementation
@override DBVTProxy createProxy(Shape shape ) { return DBVTProxy(shape); }
oimo_physics package
documentation
collision/broadphase/dbvt/dbvt_broad_phase
DBVTBroadPhase
createProxy method
DBVTBroadPhase class