C# Class ModelViewer.Renderer.Element

Provides basic logical UI component functionality.
Mostra file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
SetBinding ( string targetName, object source ) : void
Update ( ) : void

Method Details

SetBinding() public method

public SetBinding ( string targetName, object source ) : void
targetName string
source object
return void

Update() public method

public Update ( ) : void
return void