C# 클래스 Nez.Spatial.RaycastResultParser

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

공개 프로퍼티들

프로퍼티 타입 설명
hitCounter int

공개 메소드들

메소드 설명
start ( Ray2D &ray, RaycastHit hits, int layerMask ) : void

비공개 메소드들

메소드 설명
checkRayIntersection ( int cellX, int cellY, List cell ) : bool
reset ( ) : void

메소드 상세

start() 공개 메소드

public start ( Ray2D &ray, RaycastHit hits, int layerMask ) : void
ray Ray2D
hits RaycastHit
layerMask int
리턴 void

프로퍼티 상세

hitCounter 공개적으로 프로퍼티

public int hitCounter
리턴 int