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

Inheritance: Duality.Editor.EditorPlugin
Mostrar archivo Open project: BraveSirAndrew/duality

Public Methods

Method Description
RequestCamView ( string initStateTypeName = null ) : CamView

Protected Methods

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

Private Methods

Method Description
Sandbox_Entering ( object sender, EventArgs e ) : void
menuItemCamView_Click ( object sender, EventArgs e ) : void

Method Details

DeserializeDockContent() protected method

protected DeserializeDockContent ( Type dockContentType ) : IDockContent
dockContentType System.Type
return IDockContent

InitPlugin() protected method

protected InitPlugin ( MainForm main ) : void
main Duality.Editor.Forms.MainForm
return void

LoadUserData() protected method

protected LoadUserData ( XElement node ) : void
node XElement
return void

RequestCamView() public method

public RequestCamView ( string initStateTypeName = null ) : CamView
initStateTypeName string
return CamView

SaveUserData() protected method

protected SaveUserData ( XElement node ) : void
node XElement
return void