Description:

Call this method to get a box at the specified index.

Syntax:
public bool TryGetPlane(
int index,
out PlaneSurface plane
)
deprecated in 8.0
Parameters:
  • index
  • Type: int
  • The zero based index of the item in the list. Valid values are greater than or equal to 0 and less than Count.
  • plane
  • Type: PlaneSurface
  • Will contain the plane at the requested index if the index is in range and the primitive at the requested index is a plane.
Returns:
Type: bool
Return True if the index is in range and the primitive at the requested index is a plane otherwise returns false.
Available since:
5.7

Nothing found