getScissor method

dynamic getScissor(
  1. dynamic target
)

Implementation

getScissor(target) {
  return target.copy(_scissor);
}