We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cfb9a commit 481f543Copy full SHA for 481f543
proto/decentraland/sdk/components/ui_transform.proto
@@ -173,5 +173,6 @@ message PBUiTransform {
173
optional decentraland.common.Color4 border_left_color = 71;
174
optional decentraland.common.Color4 border_right_color = 72;
175
176
- optional int32 z_index = 77; // default 0
+ 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.
178
}
0 commit comments