Table of Contents

Interface IReadOnlyHudParent

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Read-only interface for types capable of serving as parent objects to HudNodeBases.

public interface IReadOnlyHudParent

Properties

HudSpace

Node defining the coordinate space used to render the UI element

IReadOnlyHudSpaceNode HudSpace { get; }

Property Value

IReadOnlyHudSpaceNode

InputEnabled

Returns true if input is enabled can update

bool InputEnabled { get; }

Property Value

bool

Visible

Returns true if the element is enabled and able to be drawn and accept input.

bool Visible { get; }

Property Value

bool

ZOffset

Moves the UI element up or down in draw order. -1 will darw an element behind its immediate parent. +1 will draw it on top of siblings. Higher values will allow it to draw behind or over more distantly related elements.

sbyte ZOffset { get; }

Property Value

sbyte