Exemplo n.º 1
0
        /// <inheritdoc />
        public ITouchHit GetTouchHit(RaycastHit2D value)
        {
            var result = new TouchHit2D();

            result.InitWith(value);
            return(result);
        }
Exemplo n.º 2
0
 /// <inheritdoc />
 public ITouchHit GetTouchHit(RaycastHit2D value)
 {
     var result = new TouchHit2D();
     result.InitWith(value);
     return result;
 }