C# 클래스 SVGPathSegArcRel, UnitySVG

상속: SVGPathSeg, ISVGDrawableSeg
파일 보기 프로젝트 열기: MrJoy/UnitySVG

공개 메소드들

메소드 설명
Render ( SVGGraphicsPath, _graphicsPath ) : void
SVGPathSegArcRel ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, float x, float y ) : UnityEngine

메소드 상세

Render() 공개 메소드

public Render ( SVGGraphicsPath, _graphicsPath ) : void
_graphicsPath SVGGraphicsPath,
리턴 void

SVGPathSegArcRel() 공개 메소드

public SVGPathSegArcRel ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, float x, float y ) : UnityEngine
r1 float
r2 float
angle float
largeArcFlag bool
sweepFlag bool
x float
y float
리턴 UnityEngine