Click or drag to resize

PluginAttribute Class

Attribute used in C# Scripting to indicate that this class should be loaded as a custom plugin.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.VisualsPluginAttribute

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class PluginAttribute : Attribute

The PluginAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPluginAttribute
Initializes a new instance of the PluginAttribute class
Top
See Also