initial commit
This commit is contained in:
parent
6715289efe
commit
788c3389af
37645 changed files with 2526849 additions and 80 deletions
|
@ -0,0 +1,10 @@
|
|||
BooleanSlotControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 20px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 3px;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c72bf0f50e306d944a1e48a2bb299082
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,20 @@
|
|||
ChannelEnumControlView {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
ChannelEnumControlView > .unity-popup-field {
|
||||
width: 76px;
|
||||
margin-left: 0;
|
||||
margin-right: 8px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
ChannelEnumControlView > Label {
|
||||
max-width: 100px;
|
||||
width: 50px;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
-unity-text-align : middle-left;
|
||||
flex-grow: 1;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8dfac6eef2d89e8428c7a79b147413db
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,13 @@
|
|||
ChannelEnumMaskControlView {
|
||||
flex-direction: row;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
ChannelEnumMaskControlView > IMGUIContainer {
|
||||
flex-direction: row;
|
||||
flex: 1;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 1db7b9bf1f9186d44ba7fefd3bc715c6
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,63 @@
|
|||
ChannelMixerControlView {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
ChannelMixerControlView > Label {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
cursor: slide-arrow;
|
||||
-unity-text-align : middle-left;
|
||||
}
|
||||
|
||||
ChannelMixerControlView > #buttonPanel {
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
ChannelMixerControlView > #buttonPanel > Button {
|
||||
flex-grow: 1;
|
||||
margin-left: 1;
|
||||
margin-right: 1;
|
||||
align-items: center;
|
||||
border-left-width: 0;
|
||||
border-top-width: 0;
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 1;
|
||||
}
|
||||
|
||||
ChannelMixerControlView > #buttonPanel > Button > Label {
|
||||
flex-grow: 1;
|
||||
-unity-text-align : middle-left;
|
||||
}
|
||||
|
||||
ChannelMixerControlView > #sliderPanel {
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
ChannelMixerControlView > #sliderPanel > Label {
|
||||
-unity-text-align : middle-left;
|
||||
min-width: 20px;
|
||||
}
|
||||
|
||||
ChannelMixerControlView > #sliderPanel > Slider {
|
||||
flex-grow: 1;
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
ChannelMixerControlView > #sliderPanel > Slider > .unity-base-field__input {
|
||||
}
|
||||
|
||||
ChannelMixerControlView > #sliderPanel > FloatField {
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
ChannelMixerControlView > #sliderPanel > FloatField > .unity-base-field__input {
|
||||
-unity-text-align : middle-left;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 99d6d41531ec36841953987e7ae78317
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,32 @@
|
|||
ColorControlView > ColorField {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
ColorControlView > #enumPanel {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
ColorControlView > ColorField {
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
width: 184px;
|
||||
}
|
||||
|
||||
ColorControlView > #enumPanel > EnumField {
|
||||
flex: 1;
|
||||
height: 19px;
|
||||
}
|
||||
|
||||
ColorControlView > #enumPanel > EnumField > .unity-base-field__input{
|
||||
margin-left: 0;
|
||||
margin-right: 8px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ColorControlView > #enumPanel > Label {
|
||||
width: 100px;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 4b038bc8dced2a440bc294aeff20a4ac
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,15 @@
|
|||
ColorRGBASlotControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 41px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-base-field__input {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a690636bb8883ea4db5f27192551b973
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,15 @@
|
|||
ColorRGBSlotControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 41px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-base-field__input {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5f9f1162b05e46646805842469135609
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,22 @@
|
|||
CubemapSlotControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 100px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-object-field .unity-base-field__input {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.unity-object-field__object{
|
||||
overflow:hidden;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 81f64e9003fb9674889a56938f078eb0
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,62 @@
|
|||
DielectricSpecularControlView {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView > #enumPanel {
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView > #enumPanel > Label {
|
||||
width: 60px;
|
||||
-unity-text-align : middle-left;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView > #enumPanel > EnumField {
|
||||
flex-grow: 1;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView > #enumPanel > EnumField .unity-base-field__input {
|
||||
flex-grow: 1;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView .unity-enum-field__text {
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView > #sliderPanel {
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView > #sliderPanel > Label {
|
||||
width: 60px;
|
||||
-unity-text-align : middle-left;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView > #sliderPanel > Slider {
|
||||
flex-grow: 1;
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView > #sliderPanel > Slider .unity-base-field__input {
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView > #sliderPanel > FloatField {
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
DielectricSpecularControlView > #sliderPanel > FloatField > .unity-base-field__input{
|
||||
margin-left: 4px;
|
||||
margin-right: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b6e0d19d1d9f531419f20cd97c102ad5
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,24 @@
|
|||
EnumControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-left: 8px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 80px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.unity-base-field__input {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
EnumControlView > Label {
|
||||
max-width: 94px;
|
||||
width: 30px;
|
||||
-unity-text-align: middle-left;
|
||||
flex-grow: 1;
|
||||
margin-right: 8px;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 98e35cb4631356142bd2f27a5a31543e
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,29 @@
|
|||
EnumConversionControlView {
|
||||
flex-direction: row;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
|
||||
.unity-base-field {
|
||||
width: 80px;
|
||||
flex:1;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-base-field__input {
|
||||
flex:1;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
EnumConversionControlView > Label {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
-unity-text-align : middle-left;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 96e6e59ca33b02f4e816a4693a642883
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,22 @@
|
|||
GradientControlView > #gradientPanel {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
GradientControlView > #gradientPanel > GradientField {
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
width: 184px;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
flex:1;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
GradientControlView > #gradientPanel > Label {
|
||||
width: 100px;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
-unity-text-align : middle-left;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8d3443495105d4166996158d4b321c21
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,15 @@
|
|||
GradientSlotControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 41px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-base-field__input{
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 76dc05b36584d4d0085b786ca1b29fe3
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,20 @@
|
|||
IntegerControlView {
|
||||
flex-direction: row;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 100px;
|
||||
flex-grow: 1;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-base-field__input{
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 600766c36ef866641959f10610a7ee4f
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,33 @@
|
|||
MultiFloatControlView {
|
||||
flex-direction: row;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
MultiFloatControlView > #dummy > Label {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
|
||||
.unity-base-field {
|
||||
min-width: 30px;
|
||||
flex-grow: 1;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.unity-base-field__input{
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 88a2f14704b95c04489527404f433249
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,29 @@
|
|||
MultiFloatSlotControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#dummy > Label {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
cursor: slide-arrow;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 30px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.unity-base-field__input{
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
FloatField.unity-double-field {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 191128023ec19d143b9328a73ff33d8c
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,29 @@
|
|||
MultiIntegerSlotControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#dummy > Label {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
cursor: slide-arrow;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 30px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.unity-base-field__input{
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
IntegerField.unity-integer-field {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: da559d27fc411114ab78e3561b55270a
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,19 @@
|
|||
PopupControlView {
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
PopupControlView > PopupField {
|
||||
width: 80px;
|
||||
flex: 1;
|
||||
margin-left: 0;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
PopupControlView > Label {
|
||||
width: 94px;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5632d12a476944a4c96410178f559fd3
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,12 @@
|
|||
.unity-base-field {
|
||||
width: 54px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-base-field__input{
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 61a89c57c8aee6c43ac9433a7a5dbf9e
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,51 @@
|
|||
SliderControlView {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
SliderControlView > #SliderPanel {
|
||||
padding-bottom: 4px;
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.unity-slider,
|
||||
.unity-slider .unity-base-field__input {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
flex-grow: 1;
|
||||
min-width: 164px;
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
SliderControlView > #SliderPanel > FloatField {
|
||||
width: 40px;
|
||||
padding-right: 0;
|
||||
margin-right: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
SliderControlView > #FieldsPanel {
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
SliderControlView > #FieldsPanel > Label {
|
||||
-unity-text-align: middle-left;
|
||||
margin-right: 8px;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
SliderControlView > #FieldsPanel > FloatField {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
width: 40px;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e425c4562a777aa40a6daed5f97d03b7
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,34 @@
|
|||
TextCotrolView {
|
||||
-unity-text-align: middle-left;
|
||||
|
||||
}
|
||||
|
||||
TextControlView > #container{
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
padding-left: 8px;
|
||||
padding-right: 16px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
TextCotrolView > #container > Label {
|
||||
flex-wrap: wrap;
|
||||
max-width: 94px;
|
||||
width: 30px;
|
||||
flex-grow: 1;
|
||||
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 60px;
|
||||
flex-grow: 1;
|
||||
margin-left: 20%;
|
||||
margin-right: 0;
|
||||
padding-right: 10;
|
||||
}
|
||||
|
||||
.unity-base-field__input {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b60919d98f4e6f54681012e4d7ad2a01
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,22 @@
|
|||
Texture3DSlotControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 100px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-base-field__input{
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.unity-object-field__object{
|
||||
overflow:hidden;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8d40f6518d8654aa4bf083cc5897f8ee
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,22 @@
|
|||
TextureArraySlotControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 100px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-base-field__input{
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.unity-object-field__object{
|
||||
overflow:hidden;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 223e574ec2e9a40e690b2d94380057cf
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,22 @@
|
|||
TextureSlotControlView {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
width: 100px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-base-field__input{
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.unity-object-field__object{
|
||||
overflow:hidden;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 69d9130ff4b1d8847904bf9579adc7e0
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,25 @@
|
|||
ToggleControlView > #togglePanel {
|
||||
padding-left: 8px;
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
ToggleControlView > #togglePanel > Label {
|
||||
width: 100px;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
-unity-text-align : middle-left;
|
||||
flex-grow:1;
|
||||
}
|
||||
|
||||
.unity-toggle{
|
||||
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.unity-toggle .unity-base-field__input{
|
||||
margin-right: 8px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
align-self: center;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8a80fd0ae214be84187160e65df52a8c
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,12 @@
|
|||
.unity-base-field {
|
||||
width: 45px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.unity-base-field__input{
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 79edeef1474952e41b017ad4ac812f5e
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
Loading…
Add table
Add a link
Reference in a new issue