initial commit
This commit is contained in:
parent
6715289efe
commit
788c3389af
37645 changed files with 2526849 additions and 80 deletions
|
@ -0,0 +1,41 @@
|
|||
/* Node Category Colors */
|
||||
MaterialNodeView.Artistic #title {
|
||||
border-color:#DB773B;
|
||||
}
|
||||
|
||||
MaterialNodeView.Channel #title {
|
||||
border-color:#97D13D;
|
||||
}
|
||||
|
||||
MaterialNodeView.Input #title {
|
||||
border-color:#CB3022;
|
||||
}
|
||||
|
||||
MaterialNodeView.Math #title {
|
||||
border-color:#4B92F3;
|
||||
}
|
||||
|
||||
MaterialNodeView.Procedural #title {
|
||||
border-color:#9C4FFF;
|
||||
}
|
||||
|
||||
MaterialNodeView.Utility #title {
|
||||
border-color:#AEAEAE;
|
||||
}
|
||||
|
||||
MaterialNodeView.UV #title {
|
||||
border-color:#08D78B;
|
||||
}
|
||||
|
||||
/* Precision Colors */
|
||||
MaterialNodeView.Single #title {
|
||||
border-color:#4B92F3;
|
||||
}
|
||||
|
||||
MaterialNodeView.Half #title {
|
||||
border-color:#CB3022;
|
||||
}
|
||||
|
||||
MaterialNodeView.Graph #title {
|
||||
border-color:#30CB22;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: d9a970c4d408c408b888ee0caa8403eb
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e4de09b690b402c4bab6110751305df5
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -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}
|
|
@ -0,0 +1,3 @@
|
|||
TextField.modified {
|
||||
-unity-font-style: bold;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 07b35fab3034b5b4f92ad33b949d4340
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,257 @@
|
|||
GraphEditorView {
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
GraphEditorView #TitleBar {
|
||||
|
||||
}
|
||||
|
||||
GraphEditorView > #content {
|
||||
flex: 1;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
GraphEditorView > #content > #GraphView {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
GraphEditorView > #content > #inspector {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.edge.fromMatrix4, .edge.fromMatrix3, .edge.fromMatrix2 {
|
||||
--edge-output-color: #8FC1DF;
|
||||
}
|
||||
.edge.toMatrix4, .edge.toMatrix3, .edge.toMatrix2 {
|
||||
--edge-input-color: #8FC1DF;
|
||||
}
|
||||
|
||||
.edge.fromTexture2D, .edge.fromCubemap {
|
||||
--edge-output-color: #FF8B8B;
|
||||
}
|
||||
.edge.toTexture2D, .edge.toCubemap {
|
||||
--edge-input-color: #FF8B8B;
|
||||
}
|
||||
|
||||
.edge.fromVector4 {
|
||||
--edge-output-color: #FBCBF4;
|
||||
}
|
||||
.edge.toVector4 {
|
||||
--edge-input-color: #FBCBF4;
|
||||
}
|
||||
|
||||
.edge.fromVector3 {
|
||||
--edge-output-color: #F6FF9A;
|
||||
}
|
||||
.edge.toVector3 {
|
||||
--edge-input-color: #F6FF9A;
|
||||
}
|
||||
|
||||
.edge.fromVector2 {
|
||||
--edge-output-color: #9AEF92;
|
||||
}
|
||||
.edge.toVector2 {
|
||||
--edge-input-color: #9AEF92;
|
||||
}
|
||||
|
||||
.edge.fromVector1 {
|
||||
--edge-output-color: #84E4E7;
|
||||
}
|
||||
.edge.toVector1 {
|
||||
--edge-input-color: #84E4E7;
|
||||
}
|
||||
|
||||
.edge.fromBoolean {
|
||||
--edge-output-color: #9481E6;
|
||||
}
|
||||
.edge.toBoolean {
|
||||
--edge-input-color: #9481E6;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.vertical {
|
||||
cursor: resize-vertical;
|
||||
height: 10px;
|
||||
left: 10px;
|
||||
right: 10px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.horizontal {
|
||||
cursor: resize-horizontal;
|
||||
width: 10px;
|
||||
top: 10px;
|
||||
bottom: 10px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.diagonal {
|
||||
width: 10px;
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.diagonal.top-left {
|
||||
cursor: resize-up-left;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.diagonal.top-right {
|
||||
cursor: resize-up-right;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.diagonal.bottom-left {
|
||||
cursor: resize-up-right;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.diagonal.bottom-right {
|
||||
cursor: resize-up-left;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.vertical.top {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.vertical.bottom {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.horzontal.left {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#resizeBorderFrame > .resize.horizontal.right {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.resizeBorderFrame {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.nodeEditor {
|
||||
border-color: rgb(79, 79, 79);
|
||||
border-bottom-width: 1px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
NodeEditorHeaderView {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
padding-bottom: 10px;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
NodeEditorHeaderView > #preType {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
NodeEditorHeaderView > #preType,
|
||||
NodeEditorHeaderView > #postType,
|
||||
NodeEditorHeaderView > #type {
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
NodeEditorHeaderView > #title {
|
||||
color: rgb(180, 180, 180);
|
||||
-unity-font-style: bold;
|
||||
}
|
||||
|
||||
.nodeEditor > .section {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.nodeEditor > .section.hidden {
|
||||
height: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.nodeEditor > .section > .title {
|
||||
color: rgb(180, 180, 180);
|
||||
-unity-font-style: bold;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.nodeEditor > .section > #slots {
|
||||
flex-direction: column;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.nodeEditor > .section#surfaceOptions {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
IMGUISlotEditorView {
|
||||
flex-direction: column;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
ObjectControlView {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
ObjectControlView > ObjectField {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
PropertyControlView {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.stack-node {
|
||||
--separator-extent: 6;
|
||||
}
|
||||
|
||||
/* TEMP STUFF THAT SHOULD ACTUALLY STAY IN GRAPHVIEW */
|
||||
|
||||
.unity-Doublefield-input {
|
||||
min-height: 15px;
|
||||
margin-left: 4px;
|
||||
margin-top: 2px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 2px;
|
||||
padding-left: 3px;
|
||||
padding-top: 1px;
|
||||
padding-right: 3px;
|
||||
padding-bottom: 2px;
|
||||
-unity-slice-left: 3;
|
||||
-unity-slice-top: 3;
|
||||
-unity-slice-right: 3;
|
||||
-unity-slice-bottom: 3;
|
||||
--unity-selection-color: rgba(61,128,223,166);
|
||||
cursor: text;
|
||||
color: #B4B4B4;
|
||||
background-image: resource("Builtin Skins/DarkSkin/Images/TextField.png");
|
||||
--unity-cursor-color:#B4B4B4;
|
||||
}
|
||||
|
||||
.unity-Doublefield-input:focus {
|
||||
background-image: resource("Builtin Skins/DarkSkin/Images/TextField focused.png");
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c8974112dad54614f894afd0042d3a60
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,95 @@
|
|||
.unity-label {
|
||||
padding: 5px 2px 2px;
|
||||
margin: 2px 4px;
|
||||
}
|
||||
|
||||
.GraphSubWindow {
|
||||
position:absolute;
|
||||
border-left-width: 1px;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-radius: 5px;
|
||||
flex-direction: column;
|
||||
background-color: #2b2b2b;
|
||||
border-color: #191919;
|
||||
min-width: 100px;
|
||||
min-height: 100px;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.GraphSubWindow.windowed {
|
||||
position: relative;
|
||||
padding-top: 0;
|
||||
flex: auto;
|
||||
border-left-width: 0;
|
||||
border-top-width: 0;
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
border-radius: 0;
|
||||
width: initial;
|
||||
height: initial;
|
||||
}
|
||||
|
||||
.GraphSubWindow.windowed > .resizer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.GraphSubWindow > .mainContainer {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.GraphSubWindow.scrollable > .mainContainer {
|
||||
position: absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
}
|
||||
|
||||
.GraphSubWindow > .mainContainer > #content {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.GraphSubWindow.scrollable > .mainContainer > #content {
|
||||
position: absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.GraphSubWindow > .mainContainer > #content > ScrollView {
|
||||
flex: 1 0 0;
|
||||
}
|
||||
|
||||
.GraphSubWindow > .mainContainer > #content > #contentContainer {
|
||||
min-height: auto;
|
||||
padding: 0 0 6px;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.GraphSubWindow > #content > #header {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.GraphSubWindow > .mainContainer > #content > #header {
|
||||
overflow: hidden;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
background-color: #393939;
|
||||
border-bottom-width: 1px;
|
||||
border-color: #212121;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
padding-left: 1px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 2px;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 74741f330ea4fe848977aa5900880f7b
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,65 @@
|
|||
HelpBoxRow > #container{
|
||||
flex-grow: 1;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
HelpBoxRow > #container > #label {
|
||||
width : 20px;
|
||||
height : 20px;
|
||||
align-self: center;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
HelpBoxRow > #container > #content {
|
||||
flex-grow: 1;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
HelpBoxRow
|
||||
{
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.help-box-row-style-info
|
||||
{
|
||||
background-color: #474747;
|
||||
}
|
||||
|
||||
.help-box-row-style-info #label
|
||||
{
|
||||
background-image : resource("console.infoicon");
|
||||
}
|
||||
|
||||
.help-box-row-style-warning
|
||||
{
|
||||
background-color: #fcd76e;
|
||||
}
|
||||
|
||||
.help-box-row-style-warning #label
|
||||
{
|
||||
background-image : resource("console.warnicon");
|
||||
}
|
||||
|
||||
.help-box-row-style-error
|
||||
{
|
||||
background-color: #fc6e6e;
|
||||
}
|
||||
|
||||
.help-box-row-style-error #label
|
||||
{
|
||||
background-image : resource("console.erroricon");
|
||||
}
|
||||
|
||||
#message-warn
|
||||
{
|
||||
color:#584308;
|
||||
}
|
||||
|
||||
#message-info
|
||||
{
|
||||
color:#d2d2d2;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c0c3b27af341d91469183b16b7d6638b
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,35 @@
|
|||
HlslFunctionView {
|
||||
margin-top: 2;
|
||||
margin-bottom: 2;
|
||||
margin-left: 4;
|
||||
margin-right: 4;
|
||||
}
|
||||
|
||||
HlslFunctionView > #Row {
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
margin-top: 2;
|
||||
margin-bottom: 2;
|
||||
margin-left: 4;
|
||||
margin-right: 4;
|
||||
}
|
||||
|
||||
.unity-label {
|
||||
width: 80;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.unity-base-field {
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.unity-base-text-field__input {
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
-unity-text-align: upper-left;
|
||||
overflow: hidden;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c6a3af95768504ef29093f7793eaf5f9
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,95 @@
|
|||
.InspectorView {
|
||||
position:absolute;
|
||||
justify-content: flex-start;
|
||||
min-width: 100px;
|
||||
min-height: 100px;
|
||||
width: 300px;
|
||||
height: 275px;
|
||||
}
|
||||
|
||||
.InspectorView > .mainContainer {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
ScrollView {
|
||||
flex: 1 0 0;
|
||||
}
|
||||
|
||||
.InspectorView > .mainContainer {
|
||||
border-left-width: 1px;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-radius: 5px;
|
||||
background-color: #2e2e2e;
|
||||
border-color: #191919;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
margin: 6px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.InspectorView > .mainContainer > #content {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.InspectorView > .mainContainer > #content > #contentContainer {
|
||||
min-height: auto;
|
||||
padding: 6px;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
align-items: stretch;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.InspectorView > .mainContainer > #content > #header {
|
||||
overflow: hidden;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
background-color: #393939;
|
||||
padding: 8px;
|
||||
border-top-left-radius: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
}
|
||||
|
||||
.InspectorView.scrollable > .mainContainer > #content > .unity-scroll-view > .unity-scroller--horizontal {
|
||||
background-color: #393939;
|
||||
}
|
||||
|
||||
.InspectorView.scrollable > .mainContainer > #content > .unity-scroll-view > .unity-scroller--vertical {
|
||||
background-color: #393939;
|
||||
}
|
||||
|
||||
#maxItemsMessageLabel {
|
||||
visibility: hidden;
|
||||
padding: 8px 4px 4px 4px;
|
||||
color: rgb(180, 180, 180);
|
||||
align-self: center;
|
||||
border-color: #1F1F1F;
|
||||
}
|
||||
|
||||
#labelContainer {
|
||||
flex: 1 0 0;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#titleLabel {
|
||||
font-size: 14px;
|
||||
color: rgb(180, 180, 180);
|
||||
padding: 1px 2px 2px;
|
||||
}
|
||||
|
||||
.MainFoldout {
|
||||
background-color: #383838;
|
||||
border-color: #1F1F1F;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
.InspectorView #NodeSettingsContainer {
|
||||
padding-left: 3px;
|
||||
padding-right: 6px;
|
||||
width: 0;
|
||||
min-width: 100%;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 485099284bca84dcfbf9af86eb599f6f
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,46 @@
|
|||
MasterPreviewView {
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: 10px;
|
||||
width: 125px;
|
||||
height: 125px;
|
||||
min-width: 100px;
|
||||
min-height: 100px;
|
||||
background-color: rgb(79, 79, 79);
|
||||
justify-content: flex-start;
|
||||
border-radius: 6px;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-color: rgb(25,25,25);
|
||||
}
|
||||
|
||||
MasterPreviewView > #top {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
background-color: rgb(64, 64, 64);
|
||||
padding: 8px;
|
||||
border-top-left-radius: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
}
|
||||
|
||||
MasterPreviewView > #top > #title {
|
||||
overflow: hidden;
|
||||
font-size: 14px;
|
||||
color: rgb(180, 180, 180);
|
||||
padding: 1px 2px 2px;
|
||||
}
|
||||
|
||||
MasterPreviewView > #middle {
|
||||
background-color: rgb(49, 49, 49);
|
||||
flex-grow: 1;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
MasterPreviewView > #middle > #preview {
|
||||
flex-grow: 1;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a141d7b330b4c764ab25b2ba4ac38b2f
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 466e6b269ff1900438e46c66af51cef8
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,6 @@
|
|||
MaterialGraphView {
|
||||
background-color: #202020;
|
||||
}
|
||||
|
||||
.subgraph{
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c95091ab1e1b926498a5938a7d0e1ef6
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,204 @@
|
|||
MaterialNodeView {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
MaterialNodeView.graphElement.node.MaterialNode {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
MaterialNodeView.master {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
MaterialNodeView.blockData {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
MaterialNodeView.blockData > #portInputContainer {
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
MaterialNodeView #collapsible-area {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
MaterialNodeView #previewFiller.expanded {
|
||||
width: 200px;
|
||||
padding-bottom: 200px;
|
||||
}
|
||||
|
||||
MaterialNodeView #previewFiller,
|
||||
MaterialNodeView #controls {
|
||||
background-color: rgba(63, 63, 63, 0.8);
|
||||
}
|
||||
|
||||
MaterialNodeView #controls > #items {
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
MaterialNodeView #title {
|
||||
padding-top: 8px;
|
||||
border-bottom-width: 8px;
|
||||
}
|
||||
|
||||
MaterialNodeView > #previewContainer {
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
left: 4px;
|
||||
border-radius: 6px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
MaterialNodeView > #previewContainer > #preview {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
align-items:center;
|
||||
}
|
||||
|
||||
MaterialNodeView > #previewContainer > #preview > #collapse {
|
||||
background-color: #000;
|
||||
border-color: #F0F0F0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
border-radius: 1px;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-right-width: 1px;
|
||||
margin-top: 4px;
|
||||
align-items:center;
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
|
||||
MaterialNodeView:hover > #previewContainer > #preview > #collapse {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
MaterialNodeView > #previewContainer > #preview > #collapse > #icon {
|
||||
background-image : resource("GraphView/Nodes/PreviewCollapse.png");
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
MaterialNodeView > #previewContainer > #preview > #collapse:hover {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
MaterialNodeView #previewFiller > #expand {
|
||||
align-self: center;
|
||||
width: 56px;
|
||||
height: 16px;
|
||||
flex-direction: row;
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
MaterialNodeView #previewFiller > #expand > #icon {
|
||||
background-image : resource("GraphView/Nodes/PreviewExpand.png");
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
MaterialNodeView #previewFiller.collapsed > #expand:hover {
|
||||
background-color: #2B2B2B;
|
||||
}
|
||||
|
||||
MaterialNodeView #previewFiller.expanded > #expand {
|
||||
height: 0;
|
||||
}
|
||||
|
||||
MaterialNodeView > #resize {
|
||||
background-image : resource("GraphView/Nodes/NodeChevronLeft.png");
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
cursor: resize-up-left;
|
||||
}
|
||||
|
||||
MaterialNodeView PortInputView {
|
||||
position: absolute;
|
||||
left: -224px;
|
||||
}
|
||||
|
||||
MaterialNodeView > #settings-container {
|
||||
background-color : rgb(63, 63, 63);
|
||||
}
|
||||
|
||||
MaterialNodeView.hovered #selection-border{
|
||||
background-color:rgba(68,192,255,0.4);
|
||||
border-color:rgba(68,192,255,1);
|
||||
border-left-width: 2px;
|
||||
border-right-width: 2px;
|
||||
border-top-width: 2px;
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
#settings-button {
|
||||
width: 16px;
|
||||
justify-content: center;
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
#settings-button > #icon {
|
||||
width : 12px;
|
||||
height : 12px;
|
||||
align-self: center;
|
||||
visibility: hidden;
|
||||
background-image : resource("Icons/SettingsIcons");
|
||||
}
|
||||
|
||||
.node:hover #settings-button > #icon {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#settings-button:hover > #icon {
|
||||
align-self: center;
|
||||
background-color: #2B2B2B;
|
||||
background-image : resource("Icons/SettingsIcons_hover");
|
||||
}
|
||||
|
||||
#settings-button.clicked > #icon{
|
||||
background-color: #2B2B2B;
|
||||
background-image : resource("Icons/SettingsIcons_hover");
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.node.collapsed > #node-border > #title > #button-container > #collapse-button > #icon {
|
||||
background-image: resource("GraphView/Nodes/NodeChevronLeft.png");
|
||||
}
|
||||
|
||||
.node.expanded > #node-border > #title > #button-container > #collapse-button > #icon {
|
||||
background-image : resource("GraphView/Nodes/NodeChevronDown.png");
|
||||
}
|
||||
|
||||
MaterialNodeView > #disabledOverlay {
|
||||
border-radius: 4;
|
||||
position: absolute;
|
||||
left: 4;
|
||||
right: 4;
|
||||
top: 4;
|
||||
bottom: 4;
|
||||
background-color: rgba(32, 32, 32, 0);
|
||||
}
|
||||
|
||||
MaterialNodeView.disabled #disabledOverlay {
|
||||
background-color: rgba(32, 32, 32, 0.5);
|
||||
}
|
||||
|
||||
MaterialNodeView.disabled:hover #disabledOverlay {
|
||||
background-color: rgba(32, 32, 32, 0.25);
|
||||
}
|
||||
|
||||
MaterialNodeView.disabled:checked #disabledOverlay {
|
||||
background-color: rgba(32, 32, 32, 0.25);
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c47827ee6a0eadd4288dede8e3993da3
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,20 @@
|
|||
NodeSettingsView {
|
||||
width: 362px;
|
||||
position: absolute;
|
||||
-unity-slice-top: 40;
|
||||
-unity-slice-left: 80;
|
||||
-unity-slice-right: 25;
|
||||
-unity-slice-bottom: 25;
|
||||
padding-top: 15px;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
padding-bottom: 4px;
|
||||
background-image: resource("Icons/Settings_Flyout_9slice");
|
||||
}
|
||||
|
||||
NodeSettingsView > #mainContainer {
|
||||
padding-top: 4px;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 59bba4c88ab5f464d9a8f51088561c48
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,11 @@
|
|||
PixelCacheProfilerView > #content > #title {
|
||||
-unity-font-style: bold;
|
||||
}
|
||||
|
||||
PixelCacheProfilerView > #content > .row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
PixelCacheProfilerView > #content > .indented {
|
||||
padding-left: 8px;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 61cf67e9c1f54ceab08d2bd16ffd3c53
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,132 @@
|
|||
PortInputView {
|
||||
width: 232px;
|
||||
height: 22px;
|
||||
padding-top: 1px;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
PortInputView > #container {
|
||||
background-color: rgba(63, 63, 63, 0.8);
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding-left: 8px;
|
||||
margin-right: 12px;
|
||||
border-left-width: 1px;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-color: rgba(25, 25, 25, 0.8);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
PortInputView > #container > #disabledOverlay {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(32, 32, 32, 0.0);
|
||||
}
|
||||
|
||||
PortInputView.disabled > #container > #disabledOverlay {
|
||||
background-color: rgba(32, 32, 32, 0.75);
|
||||
}
|
||||
|
||||
PortInputView > #container > #slot {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background-color: #2B2B2B;
|
||||
border-color: #232323;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-radius: 4px;
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
PortInputView > #edge {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 10.5px;
|
||||
height: 2px;
|
||||
width: 20px;
|
||||
background-color: #ff0000;
|
||||
}
|
||||
|
||||
PortInputView > #container > #slot > #dot {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
background-color: #ff0000;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
PortInputView.typeMatrix4 > #container > #slot > #dot,
|
||||
PortInputView.typeMatrix3 > #container > #slot > #dot,
|
||||
PortInputView.typeMatrix2 > #container > #slot > #dot {
|
||||
background-color: #8FC1DF;
|
||||
}
|
||||
|
||||
PortInputView.typeMatrix4,
|
||||
PortInputView.typeMatrix3,
|
||||
PortInputView.typeMatrix2 {
|
||||
--edge-color: #8FC1DF;
|
||||
}
|
||||
|
||||
PortInputView.typeTexture2D > #container > #slot > #dot,
|
||||
PortInputView.typeTexture2DArray > #container > #slot > #dot,
|
||||
PortInputView.typeTexture3D > #container > #slot > #dot,
|
||||
PortInputView.typeCubemap > #container > #slot > #dot {
|
||||
background-color: #FF8B8B;
|
||||
}
|
||||
|
||||
PortInputView.typeTexture2D,
|
||||
PortInputView.typeTexture2DArray,
|
||||
PortInputView.typeTexture3D,
|
||||
PortInputView.typeCubemap {
|
||||
--edge-color: #FF8B8B;
|
||||
}
|
||||
|
||||
PortInputView.typeVector4 > #container > #slot > #dot {
|
||||
background-color: #FBCBF4;
|
||||
}
|
||||
|
||||
PortInputView.typeVector4 {
|
||||
--edge-color: #FBCBF4;
|
||||
}
|
||||
|
||||
PortInputView.typeVector3 > #container > #slot > #dot {
|
||||
background-color: #F6FF9A;
|
||||
}
|
||||
|
||||
PortInputView.typeVector3 {
|
||||
--edge-color: #F6FF9A;
|
||||
}
|
||||
|
||||
PortInputView.typeVector2 > #container > #slot > #dot {
|
||||
background-color: #9AEF92;
|
||||
}
|
||||
|
||||
PortInputView.typeVector2 {
|
||||
--edge-color: #9AEF92;
|
||||
}
|
||||
|
||||
PortInputView.typeVector1 > #container > #slot > #dot {
|
||||
background-color: #84E4E7;
|
||||
}
|
||||
|
||||
PortInputView.typeVector1 {
|
||||
--edge-color: #84E4E7;
|
||||
}
|
||||
|
||||
PortInputView.typeBoolean > #container > #slot > #dot {
|
||||
background-color: #9481E6;
|
||||
}
|
||||
|
||||
PortInputView.typeBoolean {
|
||||
--edge-color: #9481E6;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 1cea6b2114919574aac870488908a2e0
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,3 @@
|
|||
TextField.modified {
|
||||
-unity-font-style: bold;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 93842094f0dbac941bac7d2af67241b3
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,29 @@
|
|||
PropertyNodeView.hovered #selection-border{
|
||||
background-color:rgba(68,192,255,0.4);
|
||||
border-color:rgba(68,192,255,1);
|
||||
border-left-width: 2px;
|
||||
border-right-width: 2px;
|
||||
border-top-width: 2px;
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
PropertyNodeView > #disabledOverlay {
|
||||
position: absolute;
|
||||
left: 4;
|
||||
right: 4;
|
||||
top: 4;
|
||||
bottom: 4;
|
||||
background-color: rgba(32, 32, 32, 0);
|
||||
}
|
||||
|
||||
PropertyNodeView.disabled #disabledOverlay {
|
||||
background-color: rgba(32, 32, 32, 0.5);
|
||||
}
|
||||
|
||||
PropertyNodeView.disabled:hover #disabledOverlay {
|
||||
background-color: rgba(32, 32, 32, 0.25);
|
||||
}
|
||||
|
||||
PropertyNodeView.disabled:checked #disabledOverlay {
|
||||
background-color: rgba(32, 32, 32, 0.25);
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0620899e56d69964ba2cbda1de01bbe2
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,52 @@
|
|||
PropertyRow EnumField,
|
||||
PropertyRow PopupField,
|
||||
PropertyRow TextField,
|
||||
PropertyRow Label,
|
||||
PropertyRow Toggle,
|
||||
PropertyRow IntegerField,
|
||||
PropertyRow ColorField,
|
||||
PropertyRow DoubleField {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
-unity-text-align : middle-left;
|
||||
}
|
||||
|
||||
PropertyRow > #container{
|
||||
flex-grow: 1;
|
||||
padding-left: 8px;
|
||||
padding-right: 16px;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
PropertyRow > #container > #label {
|
||||
flex-grow: 2;
|
||||
flex-basis: 0;
|
||||
min-width: 92px;
|
||||
width: 92px;
|
||||
font-size: 12px;
|
||||
margin-right: 4px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
PropertyRow > #container > #label > Label {
|
||||
margin-bottom: 3px;
|
||||
flex-wrap: wrap;
|
||||
text-overflow: ellipsis; /* Possible values: clip | ellipsis */
|
||||
-unity-text-overflow-position: end; /* Possible values: start | middle | end */
|
||||
/* Conditions */
|
||||
overflow: hidden;
|
||||
white-space: wrap;
|
||||
}
|
||||
|
||||
PropertyRow > #container > #label > Label.modified {
|
||||
-unity-font-style: bold;
|
||||
}
|
||||
|
||||
PropertyRow > #container > #content{
|
||||
flex-grow: 10;
|
||||
flex-basis: 0;
|
||||
height: auto;
|
||||
-unity-font-style: bold;
|
||||
width: 100px;
|
||||
justify-content: center;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 2af887df8cf23de4f9bf550f4e917c18
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,47 @@
|
|||
PropertySheet {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
border-width: 0.5px;
|
||||
border-color: dimgray;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
PropertySheet > #content > #error {
|
||||
-unity-font-style: bold;
|
||||
max-height: 10px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
PropertySheet > #content > #error > Label{
|
||||
-unity-font-style: bold;
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
PropertySheet > #content > #header
|
||||
{
|
||||
top: 1px;
|
||||
border-color: dimgray;
|
||||
border-radius: 5px;
|
||||
background-color: #393939;
|
||||
}
|
||||
|
||||
PropertySheet > #content > #header > Label{
|
||||
left: 2px;
|
||||
margin-top: 4px;
|
||||
font-size: 15px;
|
||||
color: #a4a4a4;
|
||||
-unity-font-style: bold;
|
||||
}
|
||||
|
||||
PropertySheet > #content > #foldout {
|
||||
margin-left: 21px;
|
||||
}
|
||||
|
||||
PropertySheet >.unity-label
|
||||
{
|
||||
background-color: #1F1F1F;
|
||||
font-size: 11px;
|
||||
-unity-font-style: bold;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: acd20f0eca2b65544b43e657d5d713fe
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,95 @@
|
|||
.node {
|
||||
min-height: 0px;
|
||||
width: 56px;
|
||||
border-radius: 8px;
|
||||
background-color: rgba(63, 63, 63, 1.0);
|
||||
padding: 0px;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
#node-border {
|
||||
margin: 0px;
|
||||
border-radius: 8px;
|
||||
/* The proper opacity of the node border is 0.8 but transparent
|
||||
border are not working properly so it's fully opaque.*/
|
||||
border-color: rgba(25,25,25,1.0);
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
#selection-border {
|
||||
border-width: 2px;
|
||||
border-radius: 8px;
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#title {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
background-color: rgba(63,63,63,0.0);
|
||||
border-color: rgba(0,0,0,0);
|
||||
height: 0;
|
||||
}
|
||||
|
||||
#input {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#output {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#contents > #top > #input {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#contents > #top > #output {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#divider.horizontal {
|
||||
width: 0.0px;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
.port.input {
|
||||
width: 100%;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.port.output {
|
||||
width: 100%;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.port.input > #connector {
|
||||
margin-left: 6px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.port.output > #connector {
|
||||
margin-left: 0px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.port.input > #type {
|
||||
visibility: hidden;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 0%;
|
||||
font-size: 1px;
|
||||
color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.port.output > #type {
|
||||
visibility: hidden;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 0%;
|
||||
font-size: 1px;
|
||||
color: rgba(0,0,0,0);
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e1a4e0aa330ca2f43b4625b248a0539e
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,6 @@
|
|||
.unity-imgui-container {
|
||||
margin-top: 4;
|
||||
margin-bottom: 4;
|
||||
margin-left: 8;
|
||||
margin-right: 8;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 86af34a821ab1e64aa04298dc9cafb4e
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,351 @@
|
|||
.unity-label {
|
||||
padding-top: 1px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
padding-bottom: 2px;
|
||||
margin-left: 4px;
|
||||
margin-top: 2px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
#SGBlackboard {
|
||||
position:absolute;
|
||||
flex-direction: column;
|
||||
background-color: rgba(0,0,0,0);
|
||||
border-color: rgba(0,0,0,0);
|
||||
min-width: 100px;
|
||||
min-height: 100px;
|
||||
width: 200px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
#SGBlackboard.windowed {
|
||||
position: relative;
|
||||
padding-top: 0;
|
||||
flex: 1;
|
||||
border-left-width: 0;
|
||||
border-top-width: 0;
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
border-radius: 0;
|
||||
width: initial;
|
||||
height: initial;
|
||||
}
|
||||
|
||||
#SGBlackboard > #subTitleTextField {
|
||||
position: relative;
|
||||
font-size: 11px;
|
||||
margin-left: 0;
|
||||
left: 5;
|
||||
top: 5;
|
||||
width: auto;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#SGBlackboard.windowed > .resizer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#SGBlackboard > #categoryDragIndicator {
|
||||
background-color: cornflowerblue;
|
||||
min-height: 4px;
|
||||
left:0;
|
||||
right:0;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
#SGBlackboard:selected {
|
||||
border-color: #44C0FF;
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer {
|
||||
border-left-width: 1px;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-radius: 5px;
|
||||
background-color: #2b2b2b;
|
||||
border-color: #191919;
|
||||
margin: 6px;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#SGBlackboard.scrollable > .mainContainer {
|
||||
position: absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer > #content {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#SGBlackboard.scrollable > .mainContainer > #content {
|
||||
position: absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#SGBlackboard.scrollable > .mainContainer > #content > #scrollBoundaryTop
|
||||
{
|
||||
position: relative;
|
||||
align-content: flex-start;
|
||||
opacity: 0.1;
|
||||
min-height: 15;
|
||||
-unity-background-image-tint-color: aqua;
|
||||
background-color: lightgrey;
|
||||
border-bottom-right-radius: 15px;
|
||||
border-bottom-left-radius: 15px;
|
||||
}
|
||||
|
||||
#SGBlackboard.scrollable > .mainContainer > #content > #scrollBoundaryBottom
|
||||
{
|
||||
position: relative;
|
||||
align-content: flex-end;
|
||||
min-height: 15;
|
||||
opacity: 0.1;
|
||||
-unity-background-image-tint-color: aqua;
|
||||
background-color: lightgrey;
|
||||
border-top-right-radius: 15px;
|
||||
border-top-left-radius: 15px;
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer > #content > ScrollView {
|
||||
flex: 1 0 0;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer > #content > #contentContainer {
|
||||
min-height: 50px;
|
||||
padding-bottom: 15px;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer > #content > #header {
|
||||
overflow: hidden;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
background-color: #393939;
|
||||
border-bottom-width: 1px;
|
||||
border-color: #212121;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
padding-left: 1px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
#SGBlackboard.windowed > .mainContainer > #content > #header {
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer > #content > #header > #labelContainer {
|
||||
flex: 1 0 0;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer > #content > #header > #addButton {
|
||||
align-self:center;
|
||||
font-size: 20px;
|
||||
margin-top:15px;
|
||||
margin-bottom:3px;
|
||||
margin-left:4px;
|
||||
margin-right:4px;
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer > #content > #header > #addButton:hover {
|
||||
background-color: #676767;
|
||||
/* theme-button-background-color */
|
||||
border-color: #222222;
|
||||
/* -theme-app-toolbar-button-border-color */
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer > #content > #header > #addButton:hover:active {
|
||||
background-color: #747474;
|
||||
/* theme-button-background-color */
|
||||
border-color: #222222;
|
||||
/* -theme-app-toolbar-button-border-color */
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer > #content > #header > #labelContainer > #titleLabel {
|
||||
font-size : 14px;
|
||||
color: #c1c1c1;
|
||||
}
|
||||
|
||||
#SGBlackboard > .mainContainer > #content > #header > #labelContainer > #subTitleLabel {
|
||||
font-size: 11px;
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
#SGBlackboard.scrollable > .mainContainer > #content > .unity-scroll-view > .unity-scroller--horizontal {
|
||||
background-color: #393939;
|
||||
}
|
||||
|
||||
#SGBlackboard.scrollable > .mainContainer > #content > .unity-scroll-view > .unity-scroller--vertical {
|
||||
background-color: #393939;
|
||||
}
|
||||
|
||||
.blackboardCategory {
|
||||
padding: 2px;
|
||||
border-color: dimgray;
|
||||
border-width: 0.5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.blackboardCategory > .mainContainer > #categoryHeader {
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.blackboardCategory > .mainContainer > #categoryHeader > #categoryTitleLabel {
|
||||
color: #606060;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.blackboardCategory > .mainContainer > #categoryHeader > #textField {
|
||||
position: absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
-unity-text-align:middle-left;
|
||||
-unity-font-color: red;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.blackboardCategory > #dragIndicator {
|
||||
background-color: #44C0FF;
|
||||
position: absolute;
|
||||
min-height: 2px;
|
||||
height:4px;
|
||||
margin-bottom: 1;
|
||||
}
|
||||
|
||||
.blackboardCategory.selected {
|
||||
border-color: cornflowerblue;
|
||||
}
|
||||
|
||||
.blackboardCategory.unnamed {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
border-color: black;
|
||||
}
|
||||
.blackboardCategory.hovered {
|
||||
border-color: lightskyblue;
|
||||
}
|
||||
|
||||
#SGBlackboardRow {
|
||||
left: 1px;
|
||||
right: 1px;
|
||||
padding-left: 4px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#SGBlackboardRow > .mainContainer > #root > #itemRow {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#SGBlackboardRow > .mainContainer > #root > #itemRow > #itemRowContentContainer {
|
||||
flex: 1 0 0;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#SGBlackboardRow > .mainContainer > #root > #itemRow > #itemRowContentContainer > #itemContainer {
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#SGBlackboardRow > .mainContainer > #root > #itemRow > #expandButton {
|
||||
align-self: center;
|
||||
background-image: none;
|
||||
background-color: #2A2A2A;
|
||||
/* theme-input-background-color */
|
||||
border-left-width: 0;
|
||||
border-top-width: 0;
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#SGBlackboardRow > .mainContainer > #root > #itemRow > #expandButton > #buttonImage {
|
||||
--unity-image : resource("GraphView/Nodes/NodeChevronRight.png");
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
#SGBlackboardRow.expanded > .mainContainer > #root > #itemRow > #expandButton > #buttonImage {
|
||||
--unity-image : resource("GraphView/Nodes/NodeChevronDown.png");
|
||||
}
|
||||
|
||||
#SGBlackboardRow > .mainContainer > #root > #itemRow > #expandButton:hover > #buttonImage {
|
||||
background-color: #212121;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
#SGBlackboardRow > .mainContainer > #root > #propertyViewContainer {
|
||||
}
|
||||
|
||||
#SGBlackboardRow.hovered #pill #selection-border
|
||||
{
|
||||
background-color:rgba(68,192,255,0.4);
|
||||
border-color: cornflowerblue;
|
||||
border-left-width: 2px;
|
||||
border-top-width: 2px;
|
||||
border-right-width: 2px;
|
||||
border-bottom-width: 2px;
|
||||
left: 1px;
|
||||
right: 1px;
|
||||
top: 1px;
|
||||
bottom: 1px;
|
||||
}
|
||||
|
||||
#SGBlackboardField {
|
||||
flex: 1 0 0;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#SGBlackboardField > .mainContainer {
|
||||
flex: 1 0 0;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#SGBlackboardField > .mainContainer > #contentItem {
|
||||
flex: 1 0 0;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#SGBlackboardField > .mainContainer > #textField {
|
||||
position: absolute;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
-unity-text-align:middle-left;
|
||||
-unity-font-color: red;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#SGBlackboardField > .mainContainer > #contentItem > #typeLabel {
|
||||
flex: 1 0 0;
|
||||
-unity-text-align:middle-right;
|
||||
color: #808080;
|
||||
font-size: 11px;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 00d735264dc3c1849bf2ee8dec95ec39
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,332 @@
|
|||
/* THIS FILE IS FROM GRAPHVIEW BUT CONTAINS MODIFICATIONS */
|
||||
|
||||
ShaderPort {
|
||||
height: 24px;
|
||||
align-items: center;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
--port-color: rgb(200, 200, 200);
|
||||
--disabled-port-color: rgb(70, 70, 70);
|
||||
}
|
||||
|
||||
ShaderPort.input {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
ShaderPort.output {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
ShaderPort > #connector {
|
||||
border-color: rgb(70, 70, 70);
|
||||
background-color: #212121;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 8px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
border-left-width: 1px;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
ShaderPort > #connector:hover {
|
||||
border-color: #f0f0f0
|
||||
}
|
||||
|
||||
ShaderPort > #connector > #cap
|
||||
{
|
||||
background-color: #212121;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
ShaderPort > #connector > #cap:hover
|
||||
{
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
ShaderPort > #connector.portHighlight {
|
||||
border-color: #f0f0f0;
|
||||
}
|
||||
|
||||
ShaderPort > #type {
|
||||
color: #c1c1c1;
|
||||
font-size: 11px;
|
||||
height: 16px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
ShaderPort.input > #type {
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
ShaderPort.output > #type {
|
||||
-unity-text-align:middle-right;
|
||||
}
|
||||
|
||||
/*******************************/
|
||||
/* ShaderPorts colors by types */
|
||||
/*******************************/
|
||||
|
||||
ShaderPort.typeTexture {
|
||||
--port-color:#FF8B8B;
|
||||
}
|
||||
|
||||
ShaderPort.typeTexture.inactive {
|
||||
--port-color:#7F5C5C;
|
||||
}
|
||||
|
||||
ShaderPort.typeTexture2D {
|
||||
/* Same as typeTexture */
|
||||
--port-color:#FF8B8B;
|
||||
}
|
||||
|
||||
ShaderPort.typeTexture2D.inactive {
|
||||
/* Same as typeTexture */
|
||||
--port-color:#7F5C5C;
|
||||
}
|
||||
|
||||
ShaderPort.typeTexture2DArray {
|
||||
/* Same as typeTexture */
|
||||
--port-color:#FF8B8B;
|
||||
}
|
||||
|
||||
ShaderPort.typeTexture2DArray.inactive {
|
||||
/* Same as typeTexture */
|
||||
--port-color:#7F5C5C;
|
||||
}
|
||||
|
||||
ShaderPort.typeTexture3D {
|
||||
/* Same as typeTexture */
|
||||
--port-color:#FF8B8B;
|
||||
}
|
||||
|
||||
ShaderPort.typeTexture3D.inactive {
|
||||
/* Same as typeTexture */
|
||||
--port-color:#7F5C5C;
|
||||
}
|
||||
|
||||
ShaderPort.typeCubemap {
|
||||
/* Same as typeTexture */
|
||||
--port-color:#FF8B8B;
|
||||
}
|
||||
|
||||
ShaderPort.typeCubemap.inactive {
|
||||
/* Same as typeTexture */
|
||||
--port-color:#7F5C5C;
|
||||
}
|
||||
|
||||
ShaderPort.typeGraphScript {
|
||||
/* Todo: there is no such type in Unity atm */
|
||||
--port-color:#E681BA;
|
||||
}
|
||||
|
||||
ShaderPort.typeGraphScript.inactive {
|
||||
/* Todo: there is no such type in Unity atm */
|
||||
--port-color:#73405D;
|
||||
}
|
||||
|
||||
ShaderPort.typeFloat4 {
|
||||
--port-color:#FBCBF4;
|
||||
}
|
||||
|
||||
ShaderPort.typeFloat4.inactive {
|
||||
--port-color:#7D657A;
|
||||
}
|
||||
|
||||
ShaderPort.typeVector4 {
|
||||
/* Same as typeFloat4 */
|
||||
--port-color:#FBCBF4;
|
||||
}
|
||||
|
||||
ShaderPort.typeVector4.inactive {
|
||||
/* Same as typeFloat4 */
|
||||
--port-color:#7D657A;
|
||||
}
|
||||
|
||||
ShaderPort.typeQuaternion {
|
||||
/* Same as typeFloat4 */
|
||||
--port-color:#FBCBF4;
|
||||
}
|
||||
|
||||
ShaderPort.typeQuaternion.inactive {
|
||||
/* Same as typeFloat4 */
|
||||
--port-color:#7D657A;
|
||||
}
|
||||
|
||||
ShaderPort.typeColor {
|
||||
/* Same as typeFloat4 */
|
||||
--port-color:#FBCBF4;
|
||||
}
|
||||
|
||||
ShaderPort.typeColor.inactive {
|
||||
/* Same as typeFloat4 */
|
||||
--port-color:#7D657A;
|
||||
}
|
||||
|
||||
ShaderPort.typeInt {
|
||||
--port-color:#9481E6;
|
||||
}
|
||||
|
||||
ShaderPort.typeInt.inactive {
|
||||
--port-color:#4A4073;
|
||||
}
|
||||
|
||||
ShaderPort.typeInt32 {
|
||||
/* Same as typeInt */
|
||||
--port-color:#9481E6;
|
||||
}
|
||||
|
||||
ShaderPort.typeInt32.inactive {
|
||||
/* Same as typeInt */
|
||||
--port-color:#4A4073;
|
||||
}
|
||||
|
||||
/* TEMP STUFF THAT SHOULD ACTUALLY STAY IN GRAPHVIEW */
|
||||
ShaderPort.typeInt64 {
|
||||
/* Same as typeInt */
|
||||
/* todo we might want to differentiate that from int32 */
|
||||
--port-color:#9481E6;
|
||||
}
|
||||
|
||||
ShaderPort.typeInt64.inactive {
|
||||
/* Same as typeInt */
|
||||
/* todo we might want to differentiate that from int32 */
|
||||
--port-color:#4A4073;
|
||||
}
|
||||
|
||||
ShaderPort.typeBoolean {
|
||||
--port-color:#9481E6;
|
||||
}
|
||||
|
||||
ShaderPort.typeBoolean.inactive {
|
||||
--port-color:#4A4073;
|
||||
}
|
||||
|
||||
ShaderPort.typeMatrix {
|
||||
--port-color:#8FC1DF;
|
||||
}
|
||||
|
||||
ShaderPort.typeMatrix.inactive {
|
||||
--port-color:#47606F;
|
||||
}
|
||||
|
||||
ShaderPort.typeMatrix4x4 {
|
||||
/* Same as typeMatrix */
|
||||
--port-color:#8FC1DF;
|
||||
}
|
||||
|
||||
ShaderPort.typeMatrix4x4.inactive {
|
||||
/* Same as typeMatrix */
|
||||
--port-color:#47606F;
|
||||
}
|
||||
|
||||
ShaderPort.typeGameObject {
|
||||
--port-color:#8FC1DF;
|
||||
}
|
||||
|
||||
ShaderPort.typeGameObject.inactive {
|
||||
--port-color:#47606F;
|
||||
}
|
||||
|
||||
ShaderPort.typeFloat {
|
||||
--port-color:#84E4E7;
|
||||
}
|
||||
|
||||
ShaderPort.typeFloat.inactive {
|
||||
--port-color:#427273;
|
||||
}
|
||||
|
||||
ShaderPort.typeFloat1 {
|
||||
/* Same as typeFloat */
|
||||
--port-color:#84E4E7;
|
||||
}
|
||||
|
||||
ShaderPort.typeFloat1.inactive {
|
||||
/* Same as typeFloat */
|
||||
--port-color:#427273;
|
||||
}
|
||||
|
||||
ShaderPort.typeSingle {
|
||||
/* Same as typeFloat */
|
||||
--port-color:#84E4E7;
|
||||
}
|
||||
|
||||
ShaderPort.typeSingle.inactive {
|
||||
/* Same as typeFloat */
|
||||
--port-color:#427273;
|
||||
}
|
||||
|
||||
ShaderPort.typeDouble {
|
||||
/* Same as typeFloat */
|
||||
/* todo we might want to differentiate that from float */
|
||||
--port-color:#84E4E7;
|
||||
}
|
||||
|
||||
ShaderPort.typeDouble.inactive {
|
||||
/* Same as typeFloat */
|
||||
/* todo we might want to differentiate that from float */
|
||||
--port-color:#427273;
|
||||
}
|
||||
|
||||
ShaderPort.typeFloat2 {
|
||||
--port-color:#9AEF92;
|
||||
}
|
||||
|
||||
ShaderPort.typeFloat2.inactive {
|
||||
--port-color:#4D7749;
|
||||
}
|
||||
|
||||
ShaderPort.typeVector2 {
|
||||
/* Same as typeFloat2 */
|
||||
--port-color:#9AEF92;
|
||||
}
|
||||
|
||||
ShaderPort.typeVector2.inactive {
|
||||
/* Same as typeFloat2 */
|
||||
--port-color:#4D7749;
|
||||
}
|
||||
|
||||
ShaderPort.typeComponent {
|
||||
--port-color:#C9F774;
|
||||
}
|
||||
|
||||
ShaderPort.typeComponent.inactive {
|
||||
--port-color:#647B3A;
|
||||
}
|
||||
|
||||
ShaderPort.typeFloat3 {
|
||||
--port-color:#F6FF9A;
|
||||
}
|
||||
|
||||
ShaderPort.typeFloat3.inactive {
|
||||
--port-color:#7B7F4D;
|
||||
}
|
||||
|
||||
ShaderPort.typeVector3 {
|
||||
/* Same as typeFloat3 */
|
||||
--port-color:#F6FF9A;
|
||||
}
|
||||
|
||||
ShaderPort.typeVector3.inactive {
|
||||
/* Same as typeFloat3 */
|
||||
--port-color:#7B7F4D;
|
||||
}
|
||||
|
||||
ShaderPort.typeString {
|
||||
--port-color:#FCD76E;
|
||||
}
|
||||
|
||||
ShaderPort.typeString.inactive {
|
||||
--port-color:#7E6B37;
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 736551d82e9cda54b8f6f606ebc6de27
|
||||
ScriptedImporter:
|
||||
fileIDToRecycleName:
|
||||
11400000: stylesheet
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,42 @@
|
|||
.unity-tab-button {
|
||||
|
||||
}
|
||||
|
||||
.unity-tab-button:hover {
|
||||
background-color: #303030;
|
||||
}
|
||||
|
||||
.unity-tab-button__top-bar {
|
||||
height: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
}
|
||||
|
||||
.unity-tab-button--active .unity-tab-button__top-bar {
|
||||
background-color: #3A79BB;
|
||||
}
|
||||
|
||||
.unity-tab-button__content {
|
||||
flex-direction: row;
|
||||
height: 18px;
|
||||
padding: 0px 6px 2px 6px;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.unity-tab-button--active .unity-tab-button__content {
|
||||
background-color: #2E2E2E;
|
||||
}
|
||||
|
||||
.unity-tab-button__content-icon {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.unity-tab-button__content-label {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
-unity-text-align: middle-left;
|
||||
flex-shrink: 1;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: cc32bf8b702832a4dbf1930552549db8
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,15 @@
|
|||
unity-tabbed-view {
|
||||
|
||||
}
|
||||
|
||||
.unity-tabbed-view__tabs-container {
|
||||
display: flex;
|
||||
background-color: #252525;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.unity-tabbed-view__content-container {
|
||||
flex-grow: 1;
|
||||
padding-left: 4;
|
||||
padding-top: 4;
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue