C# Class SketchfabExporterforSW.SwAddin

Inheritance: ISwAddin
Afficher le fichier Open project: adankevich/SketchfabExporter

Private Properties

Свойство Type Description
RegisterFunction void
UnregisterFunction void
addUI void
getSWVersion string
removeUI void
saveImage string

Méthodes publiques

Méthode Description
ConnectToSW ( object ThisSW, int cookie ) : bool
DisconnectFromSW ( ) : bool
PublishCmd_Callback ( ) : void

Private Methods

Méthode Description
RegisterFunction ( Type t ) : void
UnregisterFunction ( Type t ) : void
addUI ( ) : void
getSWVersion ( ) : string
removeUI ( ) : void
saveImage ( ) : string

Method Details

ConnectToSW() public méthode

public ConnectToSW ( object ThisSW, int cookie ) : bool
ThisSW object
cookie int
Résultat bool

DisconnectFromSW() public méthode

public DisconnectFromSW ( ) : bool
Résultat bool

PublishCmd_Callback() public méthode

public PublishCmd_Callback ( ) : void
Résultat void