2024-01-27 19:06:22 +08:00
|
|
|
VisualElement {}
|
|
|
|
|
2024-02-21 19:40:31 +08:00
|
|
|
.ParameterConfig__isPrefix_true .ParameterConfig__isPrefix_falseOnly {
|
|
|
|
display: none;
|
2024-01-27 19:06:22 +08:00
|
|
|
}
|
|
|
|
|
2024-02-21 19:40:31 +08:00
|
|
|
.ParameterConfig__isPrefix_false .ParameterConfig__isPrefix_trueOnly {
|
2024-01-27 19:06:22 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2024-02-21 19:40:31 +08:00
|
|
|
.ParameterConfig__animatorOnly_true .ParameterConfig__animatorOnly_falseOnly {
|
2024-01-27 19:06:22 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2024-02-21 19:40:31 +08:00
|
|
|
.ParameterConfig__animatorOnly_false .ParameterConfig__animatorOnly_trueOnly {
|
|
|
|
display: none;
|
2024-01-27 19:06:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#defaultValueGroup {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
#defaultValueGroup > .unity-base-field__input {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
#defaultValueGroup > .unity-base-field__input > * {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2024-01-28 13:27:43 +08:00
|
|
|
#defaultValueProp > FloatField > FloatInput {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ParameterConfigRoot > DefaultValueField {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#innerDefaultValueField {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
DefaultValueField > TextField {
|
|
|
|
flex-grow: 1;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2024-01-27 19:06:22 +08:00
|
|
|
#MiniDisplay {
|
|
|
|
flex-direction: row;
|
|
|
|
align-self: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
#MiniDisplay > * {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
2024-01-28 13:27:43 +08:00
|
|
|
#MiniDisplay > DefaultValueField {
|
2024-01-27 19:06:22 +08:00
|
|
|
max-width: 60px;
|
|
|
|
flex-grow: 0;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-01-28 13:27:43 +08:00
|
|
|
#MiniDisplay > DefaultValueField TextElement {
|
2024-01-27 19:06:22 +08:00
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#MiniDisplay > Toggle {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ParameterConfigRoot > Toggle .unity-toggle__text {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#UnregisteredParameters #unity-list-view__footer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#UnregisteredParameters Label {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.DetectedParameter {
|
|
|
|
flex-direction: row;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.DetectedParameter > Label {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.SourceButton {
|
|
|
|
flex-grow:0;
|
|
|
|
align-self: flex-end;
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Vertically align the reorder handle with the foldout chevron */
|
|
|
|
#Parameters #unity-list-view__reorderable-handle {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ParameterConfigRoot .unity-foldout__input > #unity-checkmark {
|
|
|
|
margin-top: 4px;
|
|
|
|
align-self: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ParameterConfigRoot .unity-foldout__input > Label {
|
|
|
|
margin-top: 4px;
|
|
|
|
align-self: flex-start;
|
|
|
|
}
|