Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

VehicleDimensions

Francesco Paolocci edited this page Jul 13, 2017 · 2 revisions

What is VehicleDimensions?

This class just contains the two vectors of the minimum point and maximum point of a vehicle.

Sourcecode

Structure

public Vector3 min;
public Vector3 max;
Clone this wiki locally