C# 클래스 SharpVectors.Scripting.ScriptableSvgLengthList

Implementation wrapper for IScriptableSvgLengthList
상속: ScriptableObject, IScriptableSvgLengthList
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
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

메소드 상세

ScriptableSvgLengthList() 공개 메소드

public ScriptableSvgLengthList ( object baseObject ) : System
baseObject object
리턴 System

appendItem() 공개 메소드

public appendItem ( IScriptableSvgLength newItem ) : IScriptableSvgLength
newItem IScriptableSvgLength
리턴 IScriptableSvgLength

clear() 공개 메소드

public clear ( ) : void
리턴 void

getItem() 공개 메소드

public getItem ( ulong index ) : IScriptableSvgLength
index ulong
리턴 IScriptableSvgLength

initialize() 공개 메소드

public initialize ( IScriptableSvgLength newItem ) : IScriptableSvgLength
newItem IScriptableSvgLength
리턴 IScriptableSvgLength

insertItemBefore() 공개 메소드

public insertItemBefore ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength
newItem IScriptableSvgLength
index ulong
리턴 IScriptableSvgLength

removeItem() 공개 메소드

public removeItem ( ulong index ) : IScriptableSvgLength
index ulong
리턴 IScriptableSvgLength

replaceItem() 공개 메소드

public replaceItem ( IScriptableSvgLength newItem, ulong index ) : IScriptableSvgLength
newItem IScriptableSvgLength
index ulong
리턴 IScriptableSvgLength