C# Class SharpVectors.Scripting.ScriptableSvgLengthList

Implementation wrapper for IScriptableSvgLengthList
Inheritance: ScriptableObject, IScriptableSvgLengthList
显示文件 Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgLengthList ( object baseObject ) : System
appendItem ( IScriptableSvgLength newItem ) : IScriptableSvgLength
clear ( ) : void
getItem ( ulong index ) : IScriptableSvgLength
initialize ( IScriptableSvgLength newItem ) : IScriptableSvgLength
insertItemBefore ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength
removeItem ( ulong index ) : IScriptableSvgLength
replaceItem ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength

Method Details

ScriptableSvgLengthList() public method

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

appendItem() public method

public appendItem ( IScriptableSvgLength newItem ) : IScriptableSvgLength
newItem IScriptableSvgLength
return IScriptableSvgLength

clear() public method

public clear ( ) : void
return void

getItem() public method

public getItem ( ulong index ) : IScriptableSvgLength
index ulong
return IScriptableSvgLength

initialize() public method

public initialize ( IScriptableSvgLength newItem ) : IScriptableSvgLength
newItem IScriptableSvgLength
return IScriptableSvgLength

insertItemBefore() public method

public insertItemBefore ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength
newItem IScriptableSvgLength
index ulong
return IScriptableSvgLength

removeItem() public method

public removeItem ( ulong index ) : IScriptableSvgLength
index ulong
return IScriptableSvgLength

replaceItem() public method

public replaceItem ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength
newItem IScriptableSvgLength
index ulong
return IScriptableSvgLength