Barotrauma Client Doc
Barotrauma.GUISelector< T > Class Template Reference

Public Member Functions

 GUISelector (string identifier)
 

Public Attributes

readonly PrefabSelector< T > Prefabs = new PrefabSelector<T>()
 
readonly Identifier Identifier
 

Detailed Description

Type Constraints
T :GUIPrefab 

Definition at line 43 of file GUIPrefab.cs.

Constructor & Destructor Documentation

◆ GUISelector()

Barotrauma.GUISelector< T >.GUISelector ( string  identifier)

Definition at line 48 of file GUIPrefab.cs.

Member Data Documentation

◆ Identifier

Definition at line 46 of file GUIPrefab.cs.

◆ Prefabs

readonly PrefabSelector<T> Barotrauma.GUISelector< T >.Prefabs = new PrefabSelector<T>()

Definition at line 45 of file GUIPrefab.cs.