Skip to content

Commit

Permalink
feat: ui transform - add z index (#232)
Browse files Browse the repository at this point in the history
add z index
  • Loading branch information
leanmendoza authored Dec 19, 2024
1 parent b277a0c commit 27241f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/decentraland/sdk/components/ui_transform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,6 @@ message PBUiTransform {

optional ScrollPositionValue scroll_position = 55; // default position=(0,0)
optional ShowScrollBar scroll_visible = 56; // default ShowScrollBar.SSB_BOTH

optional int32 z_index = 57; // default 0
}

0 comments on commit 27241f4

Please sign in to comment.