This version of Unity is unsupported.

RaycastCommand.maxHits

public int maxHits;

Description

The maximum number of Colliders the ray can hit.

Note that currently the RaycastCommand doesn't return more than one hit, regardless of the maxHits property.