C# 클래스 RuntimeGizmos.IntersectPoints

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

공개 프로퍼티들

프로퍼티 타입 설명
first Vector3
second Vector3

공개 메소드들

메소드 설명
IntersectPoints ( Vector3 first, Vector3 second ) : System

메소드 상세

IntersectPoints() 공개 메소드

public IntersectPoints ( Vector3 first, Vector3 second ) : System
first Vector3
second Vector3
리턴 System

프로퍼티 상세

first 공개적으로 프로퍼티

public Vector3 first
리턴 Vector3

second 공개적으로 프로퍼티

public Vector3 second
리턴 Vector3