C# 클래스 SolidworksAddinFramework.OpenGl.Animation.AnimationExtensions

파일 보기 프로젝트 열기: Weingartner/SolidworksAddinFramework

공개 메소드들

메소드 설명
ConcatAnimators ( this animators ) : MultiAnimator
CreateAnimator ( this animationSections, IRenderer child ) : Animator
CreateAnimator ( this animationSections, ImmutableList children ) : Animator

메소드 상세

ConcatAnimators() 공개 정적인 메소드

public static ConcatAnimators ( this animators ) : MultiAnimator
animators this
리턴 MultiAnimator

CreateAnimator() 공개 정적인 메소드

public static CreateAnimator ( this animationSections, IRenderer child ) : Animator
animationSections this
child IRenderer
리턴 Animator

CreateAnimator() 공개 정적인 메소드

public static CreateAnimator ( this animationSections, ImmutableList children ) : Animator
animationSections this
children ImmutableList
리턴 Animator