C# 클래스 AkaCore.AkaLib.AGeometry.Polygon

파일 보기 프로젝트 열기: Kysamaa/EloBuddy

공개 프로퍼티들

프로퍼티 타입 설명
Points List

공개 메소드들

메소드 설명
Add ( System.Vector2 point ) : void
Draw ( System color, int width = 1 ) : void
DrawLineInWorld ( System.Vector3 start, System.Vector3 end, int width, System color ) : void
IsOutside ( System.Vector2 point ) : bool
ToClipperPath ( ) : System.Collections.Generic.List

메소드 상세

Add() 공개 메소드

public Add ( System.Vector2 point ) : void
point System.Vector2
리턴 void

Draw() 공개 메소드

public Draw ( System color, int width = 1 ) : void
color System
width int
리턴 void

DrawLineInWorld() 공개 정적인 메소드

public static DrawLineInWorld ( System.Vector3 start, System.Vector3 end, int width, System color ) : void
start System.Vector3
end System.Vector3
width int
color System
리턴 void

IsOutside() 공개 메소드

public IsOutside ( System.Vector2 point ) : bool
point System.Vector2
리턴 bool

ToClipperPath() 공개 메소드

public ToClipperPath ( ) : System.Collections.Generic.List
리턴 System.Collections.Generic.List

프로퍼티 상세

Points 공개적으로 프로퍼티

public List Points
리턴 List