Home
last modified time | relevance | path

Searched refs:set_pivot_offset (Results 1 – 6 of 6) sorted by relevance

/StarryEngine/starry_toolkit/src/widgets/
H A Dmod.rs112 fn set_pivot_offset(&self, pivot_offset: Vector2) { in set_pivot_offset() method
H A Dlabel.rs209 fn set_pivot_offset(&self, pivot_offset: Vector2) { in set_pivot_offset() method
/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_list.rs66 name.set_pivot_offset(Vector2::new(20, 0)); in new()
H A Dasset_item_grid.rs80 name.set_pivot_offset(Vector2::new(0, -4)); in new()
/StarryEngine/starry_toolkit/src/layout/
H A Dlist.rs156 element.set_pivot_offset(align_vector); in arrange_elements()
H A Dgrid.rs225 child.set_pivot_offset(Vector2::new(cols[col].x, rows[row].y)); in arrange_elements()