Table of Contents

Class SetViewpointPlugin

Namespace
nadena.dev.ndmf.sample
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

string

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

string

Methods

Configure()

protected override void Configure()