Table of Contents

Class InspectorHeaderText

Namespace
MonkeyLoader.Resonite.UI.Inspectors
Assembly
MonkeyLoader.Resonite.Integration.dll

Defines an element of the inspector header text block.

public sealed class InspectorHeaderText
Inheritance
InspectorHeaderText
Inherited Members

Constructors

InspectorHeaderText(LocaleString, int)

Creates a new text block element with the given locale string and optional overridden height.

public InspectorHeaderText(LocaleString text, int minHeight = 100)

Parameters

text LocaleString

The header text that should be shown.

minHeight int

The minimum height in FrooxEngine.UIX.Canvas units that should be used for the header text.

Properties

MinHeight

Gets the minimum height that should be used for the header text.

public int MinHeight { get; }

Property Value

int

In FrooxEngine.UIX.Canvas units.

Text

Gets the header text that should be shown.

public LocaleString Text { get; }

Property Value

LocaleString