excludeFromSemantics method

AzInkWell excludeFromSemantics(
  1. bool bool
)

Implementation

AzInkWell excludeFromSemantics(bool bool){
  _excludeFromSemantics = bool;
  return this;
}