C# 클래스 VesselMover.VMUtils

파일 보기 프로젝트 열기: BahamutoD/VesselMover 1 사용 예제들

공개 메소드들

메소드 설명
SphereRayIntersect ( Ray ray, Vector3 sphereCenter, double sphereRadius, double &distance ) : bool

메소드 상세

SphereRayIntersect() 공개 정적인 메소드

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