示例#1
0
 public override bool IsCompatibleWithInputSlotType(PortValueType inputType)
 {
     return(inputType == PortValueType.Vector3);
 }
示例#2
0
 public abstract bool IsCompatibleWithInputSlotType(PortValueType inputType);