C# Class SharpVectors.Scripting.ScriptableSvgLength

Implementation wrapper for IScriptableSvgLength
Inheritance: ScriptableObject, IScriptableSvgLength
Show file Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgLength ( object baseObject ) : System
convertToSpecifiedUnits ( ushort unitType ) : void
newValueSpecifiedUnits ( ushort unitType, float valueInSpecifiedUnits ) : void

Method Details

ScriptableSvgLength() public method

public ScriptableSvgLength ( object baseObject ) : System
baseObject object
return System

convertToSpecifiedUnits() public method

public convertToSpecifiedUnits ( ushort unitType ) : void
unitType ushort
return void

newValueSpecifiedUnits() public method

public newValueSpecifiedUnits ( ushort unitType, float valueInSpecifiedUnits ) : void
unitType ushort
valueInSpecifiedUnits float
return void