Exemplo n.º 1
0
 public override bool IsCompatibleWithInputSlotType(PortValueType inputType)
 {
     return(inputType == PortValueType.Vector3);
 }
Exemplo n.º 2
0
 public abstract bool IsCompatibleWithInputSlotType(PortValueType inputType);