C# 클래스 App.LineBox, plausible-deniability

파일 보기 프로젝트 열기: ad510/plausible-deniability

공개 프로퍼티들

프로퍼티 타입 설명
line UnityEngine.LineRenderer

공개 메소드들

메소드 설명
LineBox ( ) : System
dispose ( ) : void
setRect ( Vector3 p1, Vector3 p2, float depth ) : void

메소드 상세

LineBox() 공개 메소드

public LineBox ( ) : System
리턴 System

dispose() 공개 메소드

public dispose ( ) : void
리턴 void

setRect() 공개 메소드

public setRect ( Vector3 p1, Vector3 p2, float depth ) : void
p1 Vector3
p2 Vector3
depth float
리턴 void

프로퍼티 상세

line 공개적으로 프로퍼티

public LineRenderer,UnityEngine line
리턴 UnityEngine.LineRenderer