C# 클래스 Painter, Kinect-vs-Autism-project-CSI-2

상속: MonoBehaviour
파일 보기 프로젝트 열기: mfppvl/Kinect-vs-Autism-project-CSI-2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AntiAlias Samples,
BezierPoints BezierPoint[],
Lines List
baseTex UnityEngine.Texture2D
brush BrushTool
col Color
col2 Color
colorCircle UnityEngine.Texture2D
currentInfo LineInfo,
eraser EraserTool
gskin UnityEngine.GUISkin
lineTool LineTool
lineWidth float
stroke Stroke,
strokeWidth float
tool Tool,
toolimgs Texture[]
zoom int

공개 메소드들

메소드 설명
Brush ( Vector2 p1, Vector2 p2 ) : void
Clear ( ) : void
Eraser ( Vector2 p1, Vector2 p2 ) : void
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void
test ( ) : void

메소드 상세

Brush() 공개 메소드

public Brush ( Vector2 p1, Vector2 p2 ) : void
p1 Vector2
p2 Vector2
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Eraser() 공개 메소드

public Eraser ( Vector2 p1, Vector2 p2 ) : void
p1 Vector2
p2 Vector2
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

test() 공개 메소드

public test ( ) : void
리턴 void

프로퍼티 상세

AntiAlias 공개적으로 프로퍼티

public Samples, AntiAlias
리턴 Samples,

BezierPoints 공개적으로 프로퍼티

public BezierPoint[], BezierPoints
리턴 BezierPoint[],

Lines 공개적으로 프로퍼티

public List Lines
리턴 List

baseTex 공개적으로 프로퍼티

public Texture2D,UnityEngine baseTex
리턴 UnityEngine.Texture2D

brush 공개적으로 프로퍼티

public BrushTool brush
리턴 BrushTool

col 공개적으로 프로퍼티

public Color col
리턴 Color

col2 공개적으로 프로퍼티

public Color col2
리턴 Color

colorCircle 공개적으로 프로퍼티

public Texture2D,UnityEngine colorCircle
리턴 UnityEngine.Texture2D

currentInfo 공개적으로 프로퍼티

public LineInfo, currentInfo
리턴 LineInfo,

eraser 공개적으로 프로퍼티

public EraserTool eraser
리턴 EraserTool

gskin 공개적으로 프로퍼티

public GUISkin,UnityEngine gskin
리턴 UnityEngine.GUISkin

lineTool 공개적으로 프로퍼티

public LineTool lineTool
리턴 LineTool

lineWidth 공개적으로 프로퍼티

public float lineWidth
리턴 float

stroke 공개적으로 프로퍼티

public Stroke, stroke
리턴 Stroke,

strokeWidth 공개적으로 프로퍼티

public float strokeWidth
리턴 float

tool 공개적으로 프로퍼티

public Tool, tool
리턴 Tool,

toolimgs 공개적으로 프로퍼티

public Texture[] toolimgs
리턴 Texture[]

zoom 공개적으로 프로퍼티

public int zoom
리턴 int