C# 클래스 ModelViewer.Renderer.Element

Provides basic logical UI component functionality.
파일 보기 프로젝트 열기: nohbdy/ffxivmodelviewer 1 사용 예제들

공개 메소드들

메소드 설명
SetBinding ( string targetName, object source ) : void
Update ( ) : void

메소드 상세

SetBinding() 공개 메소드

public SetBinding ( string targetName, object source ) : void
targetName string
source object
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void