C# Class VesselMover.VMUtils

Datei anzeigen Open project: BahamutoD/VesselMover Class Usage Examples

Public Methods

Method Description
SphereRayIntersect ( Ray ray, Vector3 sphereCenter, double sphereRadius, double &distance ) : bool

Method Details

SphereRayIntersect() public static method

public static SphereRayIntersect ( Ray ray, Vector3 sphereCenter, double sphereRadius, double &distance ) : bool
ray UnityEngine.Ray
sphereCenter Vector3
sphereRadius double
distance double
return bool