C# 클래스 SVGGEllipse, UnitySVG

파일 보기 프로젝트 열기: MrJoy/UnitySVG 1 사용 예제들

공개 메소드들

메소드 설명
ExpandBounds ( SVGGraphicsPath, path ) : void
Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
SVGGEllipse ( Vector2, p, float r1, float r2, float angle ) : UnityEngine

메소드 상세

ExpandBounds() 공개 메소드

public ExpandBounds ( SVGGraphicsPath, path ) : void
path SVGGraphicsPath,
리턴 void

Render() 공개 메소드

public Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
path SVGGraphicsPath,
pathDraw ISVGPathDraw
리턴 bool

SVGGEllipse() 공개 메소드

public SVGGEllipse ( Vector2, p, float r1, float r2, float angle ) : UnityEngine
p Vector2,
r1 float
r2 float
angle float
리턴 UnityEngine