C# 클래스 TriggerDrawing

상속: MonoBehaviour
파일 보기 프로젝트 열기: leapmotion/ImageGrid

공개 프로퍼티들

프로퍼티 타입 설명
lineWidth float
minDistanceForNewPoint float

보호된 프로퍼티들

프로퍼티 타입 설명
current_line_ UnityEngine.LineRenderer
current_line_length_ int
drawing_ bool
grabbed_ Collider
last_draw_position_ Vector3
lines_ List

공개 메소드들

메소드 설명
ContinueLine ( Vector3 draw_position ) : void
OnDestroy ( ) : void
Start ( ) : void
StartNewLine ( Vector3 draw_position ) : void
Update ( ) : void

메소드 상세

ContinueLine() 공개 메소드

public ContinueLine ( Vector3 draw_position ) : void
draw_position Vector3
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartNewLine() 공개 메소드

public StartNewLine ( Vector3 draw_position ) : void
draw_position Vector3
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

current_line_ 보호되어 있는 프로퍼티

protected LineRenderer,UnityEngine current_line_
리턴 UnityEngine.LineRenderer

current_line_length_ 보호되어 있는 프로퍼티

protected int current_line_length_
리턴 int

drawing_ 보호되어 있는 프로퍼티

protected bool drawing_
리턴 bool

grabbed_ 보호되어 있는 프로퍼티

protected Collider grabbed_
리턴 Collider

last_draw_position_ 보호되어 있는 프로퍼티

protected Vector3 last_draw_position_
리턴 Vector3

lineWidth 공개적으로 프로퍼티

public float lineWidth
리턴 float

lines_ 보호되어 있는 프로퍼티

protected List lines_
리턴 List

minDistanceForNewPoint 공개적으로 프로퍼티

public float minDistanceForNewPoint
리턴 float