Compare commits
2 Commits
422dcc6f5b
...
9d94abf323
Author | SHA1 | Date | |
---|---|---|---|
|
9d94abf323 | ||
|
e49867f52e |
@ -257,7 +257,7 @@ namespace ImageProcessingGraph.Editor.Unity_Image_Processing.Scripts.Editor.Wind
|
|||||||
{
|
{
|
||||||
IPTPort iptPort = port as IPTPort;
|
IPTPort iptPort = port as IPTPort;
|
||||||
if(iptPort.ExposedPropertyContainer != null)
|
if(iptPort.ExposedPropertyContainer != null)
|
||||||
iptPort.ExposedPropertyContainer.visible = value;
|
iptPort.ExposedPropertyContainer.style.display = value ? DisplayStyle.Flex : DisplayStyle.None;
|
||||||
}
|
}
|
||||||
|
|
||||||
private VisualElement CreatePropertyFieldForType(Type type, object value)
|
private VisualElement CreatePropertyFieldForType(Type type, object value)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user