Class WeaverAreaTitleController
Controller for managing area titles in the game.
Inheritance
Object
Component
Behaviour
MonoBehaviour
WeaverAreaTitleController
Inherited Members
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
public class WeaverAreaTitleController : AreaTitleController
Properties
| Edit this page View SourceCenterText
Gets or sets the center text for the area title.
Declaration
public string CenterText { get; set; }
Property Value
Type | Description |
---|---|
string |
LowerText
Gets or sets the lower text for the area title.
Declaration
public string LowerText { get; set; }
Property Value
Type | Description |
---|---|
string |
UpperText
Gets or sets the upper text for the area title.
Declaration
public string UpperText { get; set; }
Property Value
Type | Description |
---|---|
string |