ClipShape constructor

ClipShape(
  1. ActorShape shape,
  2. bool intersect
)

Implementation

ClipShape(this.shape, this.intersect);