C# 클래스 SharpVectors.Scripting.ScriptableElementTimeControl

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

공개 메소드들

메소드 설명
ScriptableElementTimeControl ( object baseObject ) : System
beginElement ( ) : void
beginElementAt ( float offset ) : void
endElement ( ) : void
endElementAt ( float offset ) : void

메소드 상세

ScriptableElementTimeControl() 공개 메소드

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

beginElement() 공개 메소드

public beginElement ( ) : void
리턴 void

beginElementAt() 공개 메소드

public beginElementAt ( float offset ) : void
offset float
리턴 void

endElement() 공개 메소드

public endElement ( ) : void
리턴 void

endElementAt() 공개 메소드

public endElementAt ( float offset ) : void
offset float
리턴 void