Peter Bay Bastian
8 年前
当前提交
c90ddfc2
共有 9 个文件被更改,包括 83 次插入 和 119 次删除
-
2MaterialGraphProject/Assets/GraphFramework/SerializableGraph/Editor/Drawing/COPIED/NodeAnchor.cs
-
1MaterialGraphProject/Assets/GraphFramework/SerializableGraph/Editor/Drawing/Drawer/HeaderDrawer.cs
-
2MaterialGraphProject/Assets/GraphFramework/SerializableGraph/Editor/Drawing/Drawer/NodeDrawer.cs
-
68MaterialGraphProject/Assets/GraphFramework/SerializableGraph/Editor/Drawing/Styles/SerializableGraph.uss
-
2MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Drawer/MaterialNodeDrawer.cs
-
100MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Styles/MaterialGraph.uss
-
19MaterialGraphProject/Assets/GraphFramework/SerializableGraph/Editor/Drawing/Styles/Header.uss
-
8MaterialGraphProject/Assets/GraphFramework/SerializableGraph/Editor/Drawing/Styles/Header.uss.meta
|
|||
NodeDrawer { |
|||
.Node { |
|||
padding-top: 15; |
|||
height: 26; |
|||
NodeDrawer #slots { |
|||
.Node #slots { |
|||
background-color: #444; |
|||
width: 200; |
|||
NodeDrawer #slots #input { |
|||
flex:1; |
|||
.Node #slots #input { |
|||
flex: 1; |
|||
NodeDrawer #slots #output { |
|||
flex:1; |
|||
.Node #slots #output { |
|||
flex: 1; |
|||
NodeDrawer #controls { |
|||
flex-direction: column; |
|||
padding-bottom: 2; |
|||
.Node #slots .NodeAnchor { |
|||
height: 26; |
|||
align-items: center; |
|||
NodeDrawer #controls #element{ |
|||
flex-direction: column; |
|||
.Node #slots .NodeAnchor #connector { |
|||
background-color:#FF0; |
|||
border-color:#FF0; |
|||
/* width is currently hard-coded */ |
|||
border-width: 4; |
|||
margin-left: 5; |
|||
margin-right: 5; |
|||
NodeDrawer { |
|||
height: 26; |
|||
.Node #slots .NodeAnchor #connector.anchorHighlight { |
|||
background-color:#00F; |
|||
NodeDrawer #preview { |
|||
flex-direction: column; |
|||
.Node #slots #input .NodeAnchor { |
|||
flex-direction: row; |
|||
NodeDrawer #preview #image { |
|||
height: 200; |
|||
width: 200; |
|||
.Node #slots #output .NodeAnchor { |
|||
flex-direction: row-reverse; |
|||
NodeAnchor { |
|||
height: 26; |
|||
.Node #slots .NodeAnchor #type { |
|||
text-color:#FFF; |
|||
flex:1; |
|||
|
|||
.Node #slots #input .NodeAnchor #type { |
|||
text-alignment: middle-left; |
|||
} |
|||
|
|||
.Node #slots #output .NodeAnchor #type { |
|||
text-alignment: middle-right; |
|||
} |
|||
|
|||
.Node #controls { |
|||
flex-direction: column; |
|||
padding-bottom: 2; |
|||
background-color: #444; |
|||
} |
|||
|
|||
.Node #controls #element{ |
|||
flex-direction: column; |
|||
} |
|||
|
|
|||
HeaderDrawer { |
|||
flex-direction: row; |
|||
} |
|||
|
|||
HeaderDrawer #title { |
|||
text-color: #FFFFFF; |
|||
width: 200; |
|||
text-alignment: middle-center; |
|||
} |
|||
|
|||
HeaderDrawer #expandButton { |
|||
text-color: #FFFFFF; |
|||
position-type: absolute; |
|||
position-top: 0; |
|||
position-left: 5; |
|||
width: 10; |
|||
text-alignment: middle-center; |
|||
height: 14; |
|||
} |
|
|||
fileFormatVersion: 2 |
|||
guid: d8ee6a82394ca48bbbdc1184a36492e2 |
|||
timeCreated: 1481286707 |
|||
licenseType: Pro |
|||
StyleSheetImporter: |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
撰写
预览
正在加载...
取消
保存
Reference in new issue