Summary

public static MyPlanet GetClosestPlanet(Vector3D position)

Get the closest planet overlapping a position. This will not return anything if the position is not within the bounding box of the planet.

Returns

MyPlanet

Parameters

Summary

public static MyPlanet GetClosestPlanet(ref BoundingBoxD box)

Returns

MyPlanet

Parameters