C# Class UnitySVG.SVGBasicElement

Inheritance: SVGTransformable, ISVGDrawable
Afficher le fichier Open project: MrJoy/UnitySVG

Protected Properties

Свойство Type Description
_graphicsPath SVGGraphicsPath

Méthodes publiques

Méthode Description
BeforeRender ( SVGTransformList transformList ) : void
Render ( ) : void

Méthodes protégées

Méthode Description
CreateGraphicsPath ( ) : void
SVGBasicElement ( string>.Dictionary attrList, SVGTransformList inheritTransformList, SVGPaintable inheritPaintable, SVGGraphics render ) : System

Private Methods

Méthode Description
Draw ( ) : void

Method Details

BeforeRender() public méthode

public BeforeRender ( SVGTransformList transformList ) : void
transformList SVGTransformList
Résultat void

CreateGraphicsPath() protected abstract méthode

protected abstract CreateGraphicsPath ( ) : void
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

SVGBasicElement() protected méthode

protected SVGBasicElement ( string>.Dictionary attrList, SVGTransformList inheritTransformList, SVGPaintable inheritPaintable, SVGGraphics render ) : System
attrList string>.Dictionary
inheritTransformList SVGTransformList
inheritPaintable SVGPaintable
render SVGGraphics
Résultat System

Property Details

_graphicsPath protected_oe property

protected SVGGraphicsPath _graphicsPath
Résultat SVGGraphicsPath