Table of Contents

Class FocusPointer

Namespace
Menu.Remix.MixedUI
Assembly
Assembly-CSharp.dll
public abstract class FocusPointer : UIfocusable
Inheritance
FocusPointer
Derived
Inherited Members

Constructors

public FocusPointer()

Properties

public override bool CurrentlyFocusableMouse { get; }

Property Value

bool
public override bool CurrentlyFocusableNonMouse { get; }

Property Value

bool

Methods

public virtual UIfocusable GetPointed(UIfocusable.NextDirection dir)

Parameters

dir UIfocusable.NextDirection

Returns

UIfocusable
public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public override void Update()