|
Barotrauma Server Doc
|
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< Slide > | Slides |
Public Attributes inherited from Barotrauma.Prefab | |
| readonly Identifier | Identifier |
| readonly ContentFile | ContentFile |
Static Public Attributes | |
| static readonly PrefabCollection< SlideshowPrefab > | Prefabs = 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 | |
| ContentPackage? | ContentPackage [get] |
| ContentPath | FilePath [get] |
Definition at line 6 of file SlideshowPrefab.cs.
| Barotrauma.SlideshowPrefab.SlideshowPrefab | ( | ContentFile | file, |
| ContentXElement | element | ||
| ) |
Definition at line 43 of file SlideshowPrefab.cs.
|
virtual |
Implements Barotrauma.Prefab.
Definition at line 58 of file SlideshowPrefab.cs.
|
static |
Definition at line 8 of file SlideshowPrefab.cs.
| readonly ImmutableArray<Slide> Barotrauma.SlideshowPrefab.Slides |
Definition at line 41 of file SlideshowPrefab.cs.