C# Class ModelViewer.Renderer.Element

Provides basic logical UI component functionality.
Afficher le fichier Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Méthodes publiques

Méthode Description
SetBinding ( string targetName, object source ) : void
Update ( ) : void

Method Details

SetBinding() public méthode

public SetBinding ( string targetName, object source ) : void
targetName string
source object
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void