Table of Contents

Class CoherenceHub

Namespace
Coherence.Editor
Assembly
Coherence.Editor.dll
public class CoherenceHub : EditorWindow, IAnyHubModule
Inheritance
CoherenceHub
Implements

Constructors

CoherenceHub()

public CoherenceHub()

Fields

OnHubGainedFocus

public static Action OnHubGainedFocus

Field Value

Action

OuterSpacerH

public const float OuterSpacerH = 8

Field Value

float

OuterSpacerV

public const float OuterSpacerV = 6

Field Value

float

info

public static readonly CoherenceHub.VersionInfo info

Field Value

CoherenceHub.VersionInfo

Properties

Logger

public Logger Logger { get; set; }

Property Value

Logger

Methods

GetModule<T>()

public static T GetModule<T>() where T : HubModule

Returns

T

Type Parameters

T