コード例 #1
0
 public NodeLink Connect(BaseNode sourceNode, LayerBlendMode blendMode, float weight       = 1f, AvatarMask avatarMask = null) => Connect(sourceNode.CreateOutputPort(), blendMode, weight, avatarMask);
コード例 #2
0
 public NodeLink ConnectWithThreshold(BaseNode sourceNode, float threshold) => Connect(sourceNode.CreateOutputPort(), threshold);