C# 클래스 SVGPathSegCurvetoCubicRel, UnitySVG

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

공개 메소드들

메소드 설명
Render ( SVGGraphicsPath, _graphicsPath ) : void
SVGPathSegCurvetoCubicRel ( float x1, float y1, float x2, float y2, float x, float y ) : UnityEngine

메소드 상세

Render() 공개 메소드

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

SVGPathSegCurvetoCubicRel() 공개 메소드

public SVGPathSegCurvetoCubicRel ( float x1, float y1, float x2, float y2, float x, float y ) : UnityEngine
x1 float
y1 float
x2 float
y2 float
x float
y float
리턴 UnityEngine