C# 클래스 Project290.Physics.Collision.RayCastOutput

Ray-cast output data. The ray hits at p1 + fraction * (p2 - p1), where p1 and p2 come from RayCastInput.
파일 보기 프로젝트 열기: scastle/Solitude 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Fraction float
Normal Vector2

프로퍼티 상세

Fraction 공개적으로 프로퍼티

public float Fraction
리턴 float

Normal 공개적으로 프로퍼티

public Vector2 Normal
리턴 Vector2