Barotrauma Client Doc
Barotrauma.SlideshowsFile Class Reference
Inheritance diagram for Barotrauma.SlideshowsFile:
Barotrauma.GenericPrefabFile< SlideshowPrefab >

Public Member Functions

 SlideshowsFile (ContentPackage contentPackage, ContentPath path)
 
- Public Member Functions inherited from Barotrauma.GenericPrefabFile< SlideshowPrefab >
override sealed void LoadFile ()
 
override sealed void UnloadFile ()
 
sealed override void Sort ()
 

Protected Member Functions

override bool MatchesSingular (Identifier identifier)
 
override bool MatchesPlural (Identifier identifier)
 
override SlideshowPrefab CreatePrefab (ContentXElement element)
 
- Protected Member Functions inherited from Barotrauma.GenericPrefabFile< SlideshowPrefab >
 GenericPrefabFile (ContentPackage contentPackage, ContentPath path)
 

Properties

override PrefabCollection< SlideshowPrefabPrefabs [get]
 
- Properties inherited from Barotrauma.GenericPrefabFile< SlideshowPrefab >
abstract PrefabCollection< T > Prefabs [get]
 

Detailed Description

Definition at line 3 of file SlideshowsFile.cs.

Constructor & Destructor Documentation

◆ SlideshowsFile()

Barotrauma.SlideshowsFile.SlideshowsFile ( ContentPackage  contentPackage,
ContentPath  path 
)

Definition at line 7 of file SlideshowsFile.cs.

Member Function Documentation

◆ CreatePrefab()

override SlideshowPrefab Barotrauma.SlideshowsFile.CreatePrefab ( ContentXElement  element)
protectedvirtual

◆ MatchesPlural()

override bool Barotrauma.SlideshowsFile.MatchesPlural ( Identifier  identifier)
protectedvirtual

◆ MatchesSingular()

override bool Barotrauma.SlideshowsFile.MatchesSingular ( Identifier  identifier)
protectedvirtual

Property Documentation

◆ Prefabs

override PrefabCollection<SlideshowPrefab> Barotrauma.SlideshowsFile.Prefabs
getprotected

Definition at line 5 of file SlideshowsFile.cs.