C# 클래스 MilkShakeFramework.Components.Physics.Raycast.RayCastUtils

파일 보기 프로젝트 열기: lucas-jones/MilkShake-old

공개 프로퍼티들

프로퍼티 타입 설명
DEBUG_MODE bool

공개 메소드들

메소드 설명
ClosestRayCast ( Vector2 pointA, Vector2 pointB, Boolean>.Func filter = null, PrimitiveRenderer lineDraw = null ) : RayCastResult
ClosestRayCastBool ( Vector2 pointA, Vector2 pointB ) : System.Boolean
ClosestRayCastPosition ( Vector2 pointA, Vector2 pointB ) : Vector2

메소드 상세

ClosestRayCast() 공개 정적인 메소드

public static ClosestRayCast ( Vector2 pointA, Vector2 pointB, Boolean>.Func filter = null, PrimitiveRenderer lineDraw = null ) : RayCastResult
pointA Vector2
pointB Vector2
filter Boolean>.Func
lineDraw MilkShakeFramework.Render.PrimitiveRenderer
리턴 RayCastResult

ClosestRayCastBool() 공개 정적인 메소드

public static ClosestRayCastBool ( Vector2 pointA, Vector2 pointB ) : System.Boolean
pointA Vector2
pointB Vector2
리턴 System.Boolean

ClosestRayCastPosition() 공개 정적인 메소드

public static ClosestRayCastPosition ( Vector2 pointA, Vector2 pointB ) : Vector2
pointA Vector2
pointB Vector2
리턴 Vector2

프로퍼티 상세

DEBUG_MODE 공개적으로 프로퍼티

public bool DEBUG_MODE
리턴 bool