1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

!B 节点创建时没有设置Input的TypeConstraintBaseType

This commit is contained in:
Icarus 2019-09-23 01:13:56 +08:00
parent 3a1b59480f
commit 3134dc12d8

View File

@ -94,6 +94,7 @@ namespace XNode {
public NodePort(NodePort nodePort, Node node) {
_fieldName = nodePort._fieldName;
ValueType = nodePort.valueType;
TypeConstraintBaseType = nodePort.TypeConstraintBaseType;
_direction = nodePort.direction;
_dynamic = nodePort._dynamic;
_connectionType = nodePort._connectionType;