C# 클래스 LinePoint, drawLine

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

공개 프로퍼티들

프로퍼티 타입 설명
isFold bool
isNextCurve bool
isPrvCurve bool
nextCurveOffset Vector2
point Vector2
prvCurveOffset Vector2

공개 메소드들

메소드 설명
LinePoint ( Vector3 p ) : System.Collections

메소드 상세

LinePoint() 공개 메소드

public LinePoint ( Vector3 p ) : System.Collections
p Vector3
리턴 System.Collections

프로퍼티 상세

isFold 공개적으로 프로퍼티

이 값은 에디팅에만 필요하고 게임에는 필요 없지만 방법이 없어서 그냥 넣어둠...
public bool isFold
리턴 bool

isNextCurve 공개적으로 프로퍼티

public bool isNextCurve
리턴 bool

isPrvCurve 공개적으로 프로퍼티

public bool isPrvCurve
리턴 bool

nextCurveOffset 공개적으로 프로퍼티

public Vector2 nextCurveOffset
리턴 Vector2

point 공개적으로 프로퍼티

public Vector2 point
리턴 Vector2

prvCurveOffset 공개적으로 프로퍼티

public Vector2 prvCurveOffset
리턴 Vector2