Localizable

Description

sealed class Tinman.Engine.GUI.Localizable

Derived from

ILocalizable

Default implementation of the ILocalizable interface.

Public / Constructors

Localizable


public constructor Localizable → (1)

parent opt : ILocalizable = null

The initial value for Parent.

Creates a new instance of Localizable.

Public / Methods

Clear


public method Clear → ()

Clears all labels.

Public / Attributes

Count


public attribute Count → (get)

value : int32

[>=0]
The number of labels.

Returns the number of labels.

Parent


public attribute Parent → (get,set)

value : ILocalizable

The parent ILocalizable object or null if none.

The ILocalizable object to delegate to if a label is not defined.