C# 클래스 SVGPathSegCurvetoCubicSmoothAbs, UnitySVG

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

공개 메소드들

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

메소드 상세

Render() 공개 메소드

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

SVGPathSegCurvetoCubicSmoothAbs() 공개 메소드

public SVGPathSegCurvetoCubicSmoothAbs ( float x2, float y2, float x, float y ) : UnityEngine
x2 float
y2 float
x float
y float
리턴 UnityEngine