C# 클래스 Ray2DD, UnityUtils

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

공개 메소드들

메소드 설명
GetPoint ( double distance ) : Vector2D,
Ray2DD ( Vector2D, origin, Vector2D, direction ) : System.Collections

메소드 상세

GetPoint() 공개 메소드

public GetPoint ( double distance ) : Vector2D,
distance double
리턴 Vector2D,

Ray2DD() 공개 메소드

public Ray2DD ( Vector2D, origin, Vector2D, direction ) : System.Collections
origin Vector2D,
direction Vector2D,
리턴 System.Collections