Plugin Header

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 13:43, 18 June 2005 (edit)
Mashiharu (Talk | contribs)
m
← Previous diff
Revision as of 11:14, 20 June 2005 (edit) (undo)
Mashiharu (Talk | contribs)

Next diff →
Line 6: Line 6:
// DEVELOPER: John Doe // DEVELOPER: John Doe
// WEBSITE: http://www.com // WEBSITE: http://www.com
 + // REFERENCES: Microsoft.DirectX.DirectInput, MyCoordinateSystemLibrary.dll
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
==Name== ==Name==
 +
 +A short name for the plugin.
==Version== ==Version==
 +
 +The plugin version number string
==Description== ==Description==
 +
 +A longer description of the plugin functionality.
 +
 +==Developer==
 +
 +The name(s) of the plugin developer(s).
==WebSite== ==WebSite==
 +
 +An URL pointing to the "home" of the plugin.
 +
 +==Referenes==
 +
 +A comma separated list of additional libraries the plugin needs a refence to. These might be local (plugin directory) assemblies, or system wide assemblies located in the Glocal Assembly Cache. For local assemblies filename (no path) including extension (usually .dll) must be specified. For global assemblies omit the extension.
 +
 +The sample on the top of this page requests references to the Managed DirectX assembly '''Microsoft.DirectX.DirectInput.dll''' in the GAC and a local assembly '''MyCoordinateSystemLibrary.dll''' located in the directory of the plugin.
 +
 +
[[Category:Dev]] [[Category:Dev]]
[[Category:Plugins]] [[Category:Plugins]]

Revision as of 11:14, 20 June 2005

//----------------------------------------------------------------------------
// NAME: Joystick control
// VERSION: 1.0
// REFERENCES: Microsoft.DirectX.DirectInput.dll
// DESCRIPTION: Allow World Wind to be controlled by joystick/game controller
// DEVELOPER: John Doe
// WEBSITE: http://www.com
// REFERENCES: Microsoft.DirectX.DirectInput, MyCoordinateSystemLibrary.dll
//----------------------------------------------------------------------------

Contents

Name

A short name for the plugin.

Version

The plugin version number string

Description

A longer description of the plugin functionality.

Developer

The name(s) of the plugin developer(s).

WebSite

An URL pointing to the "home" of the plugin.

Referenes

A comma separated list of additional libraries the plugin needs a refence to. These might be local (plugin directory) assemblies, or system wide assemblies located in the Glocal Assembly Cache. For local assemblies filename (no path) including extension (usually .dll) must be specified. For global assemblies omit the extension.

The sample on the top of this page requests references to the Managed DirectX assembly Microsoft.DirectX.DirectInput.dll in the GAC and a local assembly MyCoordinateSystemLibrary.dll located in the directory of the plugin.

Personal tools