Class SetViewpointPlugin
public class SetViewpointPlugin : Plugin<SetViewpointPlugin>
- Inheritance
-
SetViewpointPlugin
- Inherited Members
Properties
DisplayName
The plugin name shown in debug UIs. If not set, the qualified name will be shown.
public override string DisplayName { get; }
Property Value
QualifiedName
This name is used to identify the plugin internally, and can be used to declare BeforePlugin/AfterPlugin dependencies. If not set, the full type name will be used.
public override string QualifiedName { get; }
Property Value
Methods
Configure()
protected override void Configure()