Table of Contents

Class MenuTabWrapper

Namespace
Menu.Remix
Assembly
Assembly-CSharp.dll
public class MenuTabWrapper : PositionedMenuObject
Inheritance
MenuTabWrapper
Inherited Members

Constructors

public MenuTabWrapper(Menu menu, MenuObject owner)

Parameters

menu Menu
owner MenuObject

Fields

public bool? _forceMouseMode

Field Value

bool?
public readonly FContainer _glowContainer

Field Value

FContainer
public bool _lastHalt

Field Value

bool
public bool _lastHoldElement

Field Value

bool
public bool _lastMenuMouseMode

Field Value

bool
public int _soundFill

Field Value

int
public readonly WrappedMenuTab _tab

Field Value

WrappedMenuTab
public bool allowFocusMove

Field Value

bool
public Dictionary<UIelement, UIelementWrapper> wrappers

Field Value

Dictionary<UIelement, UIelementWrapper>

Properties

public bool _soundFilled { get; }

Property Value

bool
public bool holdElement { get; set; }

Property Value

bool
public bool mute { get; set; }

Property Value

bool

Methods

public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public override void RemoveSprites()
public void Signal(UIfocusable trigger, string signal)

Parameters

trigger UIfocusable
signal string
public override void Update()
public void _MouseModeChange()
public void _PlaySound(SoundID soundID)

Parameters

soundID SoundID
public void _PlaySound(SoundID soundID, float pan, float vol, float pitch)

Parameters

soundID SoundID
pan float
vol float
pitch float