Class CoherenceHub
public class CoherenceHub : EditorWindow, IAnyHubModule
- Inheritance
-
CoherenceHub
- Implements
Constructors
CoherenceHub()
public CoherenceHub()
Fields
OnHubGainedFocus
public static Action OnHubGainedFocus
Field Value
OuterSpacerH
public const float OuterSpacerH = 8
Field Value
OuterSpacerV
public const float OuterSpacerV = 6
Field Value
info
public static readonly CoherenceHub.VersionInfo info
Field Value
Properties
Logger
public Logger Logger { get; set; }
Property Value
Methods
GetModule<T>()
public static T GetModule<T>() where T : HubModule
Returns
- T
Type Parameters
T