C# 클래스 HitInfo, UnityUtils

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

공개 프로퍼티들

프로퍼티 타입 설명
intersectionPoint3D Vector3
polygonLine int
triangleLine int

공개 메소드들

메소드 설명
HitInfo ( int polygonLine, int triangleLine, Vector3 intersectionPoint3D ) : System.Collections

메소드 상세

HitInfo() 공개 메소드

public HitInfo ( int polygonLine, int triangleLine, Vector3 intersectionPoint3D ) : System.Collections
polygonLine int
triangleLine int
intersectionPoint3D Vector3
리턴 System.Collections

프로퍼티 상세

intersectionPoint3D 공개적으로 프로퍼티

public Vector3 intersectionPoint3D
리턴 Vector3

polygonLine 공개적으로 프로퍼티

public int polygonLine
리턴 int

triangleLine 공개적으로 프로퍼티

public int triangleLine
리턴 int