protected virtual void SetDepth(Internal.UnsignedFixed32 previousDepth)
 {
     _waitDepthAndProgress = previousDepth;
 }
 partial void ResetDepth()
 {
     _waitDepthAndProgress = default(Internal.UnsignedFixed32);
 }