Home
last modified time | relevance | path

Searched refs:ConvexPolygonShape (Results 26 – 31 of 31) sorted by relevance

12

/dports/devel/godot/godot-3.2.3-stable/scene/
H A Dregister_scene_types.cpp635 ClassDB::register_class<ConvexPolygonShape>(); in register_scene_types()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/
H A Dregister_scene_types.cpp635 ClassDB::register_class<ConvexPolygonShape>(); in register_scene_types()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dspatial_editor_gizmos.cpp1900 if (s->cast_to<ConvexPolygonShape>()) { in redraw()
1902 DVector<Vector3> points = s->cast_to<ConvexPolygonShape>()->get_points(); in redraw()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dspatial_editor_gizmos.cpp1900 if (s->cast_to<ConvexPolygonShape>()) { in redraw()
1902 DVector<Vector3> points = s->cast_to<ConvexPolygonShape>()->get_points(); in redraw()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dspatial_editor_gizmos.cpp3605 if (Object::cast_to<ConvexPolygonShape>(*s)) { in redraw()
3607 PoolVector<Vector3> points = Object::cast_to<ConvexPolygonShape>(*s)->get_points(); in redraw()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dspatial_editor_gizmos.cpp3605 if (Object::cast_to<ConvexPolygonShape>(*s)) { in redraw()
3607 PoolVector<Vector3> points = Object::cast_to<ConvexPolygonShape>(*s)->get_points(); in redraw()

12