setClearDepth method

dynamic setClearDepth(
  1. dynamic depth
)

Implementation

setClearDepth(depth) {
  this._clearDepth = depth;
}