Exemplo n.º 1
0
 public NodeLink Connect(BaseNode sourceNode, LayerBlendMode blendMode, float weight       = 1f, AvatarMask avatarMask = null) => Connect(sourceNode.CreateOutputPort(), blendMode, weight, avatarMask);
Exemplo n.º 2
0
 public NodeLink ConnectWithThreshold(BaseNode sourceNode, float threshold) => Connect(sourceNode.CreateOutputPort(), threshold);