Barotrauma Client Doc
Barotrauma.SlideshowPrefab Class Reference
Inheritance diagram for Barotrauma.SlideshowPrefab:
Barotrauma.Prefab

Classes

class  Slide
 

Public Member Functions

 SlideshowPrefab (ContentFile file, ContentXElement element)
 
override void Dispose ()
 
- Public Member Functions inherited from Barotrauma.Prefab
 Prefab (ContentFile file, Identifier identifier)
 
 Prefab (ContentFile file, ContentXElement element)
 

Public Attributes

readonly ImmutableArray< SlideSlides
 
- Public Attributes inherited from Barotrauma.Prefab
readonly Identifier Identifier
 
readonly ContentFile ContentFile
 

Static Public Attributes

static readonly PrefabCollection< SlideshowPrefabPrefabs = new PrefabCollection<SlideshowPrefab>()
 
- Static Public Attributes inherited from Barotrauma.Prefab
static readonly ImmutableHashSet< Type > Types
 

Additional Inherited Members

- Static Public Member Functions inherited from Barotrauma.Prefab
static void DisallowCallFromConstructor ()
 
- Protected Member Functions inherited from Barotrauma.Prefab
virtual Identifier DetermineIdentifier (XElement element)
 
- Properties inherited from Barotrauma.Prefab
ContentPackageContentPackage [get]
 
ContentPath FilePath [get]
 

Detailed Description

Definition at line 6 of file SlideshowPrefab.cs.

Constructor & Destructor Documentation

◆ SlideshowPrefab()

Barotrauma.SlideshowPrefab.SlideshowPrefab ( ContentFile  file,
ContentXElement  element 
)

Definition at line 43 of file SlideshowPrefab.cs.

Member Function Documentation

◆ Dispose()

override void Barotrauma.SlideshowPrefab.Dispose ( )
virtual

Implements Barotrauma.Prefab.

Definition at line 58 of file SlideshowPrefab.cs.

Member Data Documentation

◆ Prefabs

readonly PrefabCollection<SlideshowPrefab> Barotrauma.SlideshowPrefab.Prefabs = new PrefabCollection<SlideshowPrefab>()
static

Definition at line 8 of file SlideshowPrefab.cs.

◆ Slides

readonly ImmutableArray<Slide> Barotrauma.SlideshowPrefab.Slides

Definition at line 41 of file SlideshowPrefab.cs.