clipBehavior method

AzWrap clipBehavior(
  1. Clip clip
)

Implementation

AzWrap clipBehavior(Clip clip){
  _clipBehavior = clip;
  return this;
}