C# 클래스 SVGGArcAbs, UnitySVG

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

공개 메소드들

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

메소드 상세

ExpandBounds() 공개 메소드

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

Render() 공개 메소드

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

SVGGArcAbs() 공개 메소드

public SVGGArcAbs ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, Vector2 p ) : UnityEngine
r1 float
r2 float
angle float
largeArcFlag bool
sweepFlag bool
p Vector2
리턴 UnityEngine