C# 클래스 ThreePathDrawer, BezierPath

상속: MonoBehaviour
파일 보기 프로젝트 열기: inoook/BezierPath

공개 프로퍼티들

프로퍼티 타입 설명
color Color
num int
points List
useGetPointAt bool

공개 메소드들

메소드 설명
OnDrawGizmos ( ) : void
Start ( ) : void

메소드 상세

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

color 공개적으로 프로퍼티

public Color color
리턴 Color

num 공개적으로 프로퍼티

public int num
리턴 int

points 공개적으로 프로퍼티

public List points
리턴 List

useGetPointAt 공개적으로 프로퍼티

public bool useGetPointAt
리턴 bool