C# Class Duality.Editor.Plugins.CamView.CamViewPlugin

Inheritance: Duality.Editor.EditorPlugin
Afficher le fichier Open project: BraveSirAndrew/duality

Méthodes publiques

Méthode Description
RequestCamView ( string initStateTypeName = null ) : CamView

Méthodes protégées

Méthode Description
DeserializeDockContent ( Type dockContentType ) : IDockContent
InitPlugin ( MainForm main ) : void
LoadUserData ( XElement node ) : void
SaveUserData ( XElement node ) : void

Private Methods

Méthode Description
Sandbox_Entering ( object sender, EventArgs e ) : void
menuItemCamView_Click ( object sender, EventArgs e ) : void

Method Details

DeserializeDockContent() protected méthode

protected DeserializeDockContent ( Type dockContentType ) : IDockContent
dockContentType System.Type
Résultat IDockContent

InitPlugin() protected méthode

protected InitPlugin ( MainForm main ) : void
main Duality.Editor.Forms.MainForm
Résultat void

LoadUserData() protected méthode

protected LoadUserData ( XElement node ) : void
node XElement
Résultat void

RequestCamView() public méthode

public RequestCamView ( string initStateTypeName = null ) : CamView
initStateTypeName string
Résultat CamView

SaveUserData() protected méthode

protected SaveUserData ( XElement node ) : void
node XElement
Résultat void