Table of Contents

Interface IReadOnlyHudNode

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Read-only interface for hud elements that can be parented to another element.

public interface IReadOnlyHudNode : IReadOnlyHudParent
Inherited Members

Properties

Parent

Parent object of the node.

IReadOnlyHudParent Parent { get; }

Property Value

IReadOnlyHudParent

Registered

Returns true if the node has been registered to a parent. Does not necessarilly indicate that the parent is registered or that the node is active.

bool Registered { get; }

Property Value

bool