Skip to content

Commit 481f543

Browse files
Added opacity property
1 parent 38cfb9a commit 481f543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proto/decentraland/sdk/components/ui_transform.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,6 @@ message PBUiTransform {
173173
optional decentraland.common.Color4 border_left_color = 71;
174174
optional decentraland.common.Color4 border_right_color = 72;
175175

176-
optional int32 z_index = 77; // default 0
176+
optional float opacity = 73; // default: 1
177+
optional int32 z_index = 77; // default: 0 — controls render stacking order. Higher values appear in front of lower values.
177178
}

0 commit comments

Comments
 (0)