Show / Hide Table of Contents

Interface IMyMultiTextPanelComponentOwner

Namespace: Sandbox.Game.EntityComponents
Assembly: Sandbox.Game.dll
Syntax
public interface IMyMultiTextPanelComponentOwner : IMyTextPanelComponentOwner

Properties

MultiTextPanel

Declaration
MyMultiTextPanelComponent MultiTextPanel { get; }
Property Value
Type Description
MyMultiTextPanelComponent

Methods

SelectPanel(List<MyGuiControlListbox.Item>)

Declaration
void SelectPanel(List<MyGuiControlListbox.Item> selectedItems)
Parameters
Type Name Description
System.Collections.Generic.List<Sandbox.Graphics.GUI.MyGuiControlListbox.Item> selectedItems
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾