C# Class RhinoCycles.Plugin

Inheritance: Rhino.PlugIns.PlugIn
Afficher le fichier Open project: mcneel/RhinoCycles

Méthodes publiques

Méthode Description
InitialiseCSycles ( ) : void

Initialise Cycles if necessary.

Méthodes protégées

Méthode Description
OnLoad ( string &errorMessage ) : LoadReturnCode
OnShutdown ( ) : void

Private Methods

Méthode Description
AsyncInitialise ( ) : void
RenderContentOnContentFieldChanged ( object sender, Rhino.Render.RenderContentFieldChangedEventArgs renderContentFieldChangedEventArgs ) : void

Method Details

InitialiseCSycles() public static méthode

Initialise Cycles if necessary.
public static InitialiseCSycles ( ) : void
Résultat void

OnLoad() protected méthode

protected OnLoad ( string &errorMessage ) : LoadReturnCode
errorMessage string
Résultat LoadReturnCode

OnShutdown() protected méthode

protected OnShutdown ( ) : void
Résultat void