|
Barotrauma Client
|
Public Member Functions | |
| override void | LoadFile () |
| override void | UnloadFile () |
| override void | Sort () |
| override Md5Hash | CalculateHash () |
Public Member Functions inherited from Barotrauma.ContentFile | |
| void | LoadFile () |
| void | UnloadFile () |
| void | Sort () |
| virtual void | Preload (Action< Sprite > addPreloadedSprite) |
Public Attributes | |
| readonly UInt32 | UintIdentifier |
Public Attributes inherited from Barotrauma.ContentFile | |
| readonly ContentPackage | ContentPackage |
| readonly ContentPath | Path |
| readonly Md5Hash | Hash |
Protected Member Functions | |
| BaseSubFile (ContentPackage contentPackage, ContentPath path) | |
Protected Member Functions inherited from Barotrauma.ContentFile | |
| ContentFile (ContentPackage contentPackage, ContentPath path) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Barotrauma.ContentFile | |
| static bool | IsLegacyContentType (XElement contentFileElement, ContentPackage package, bool logWarning) |
| static Result< ContentFile, ContentPackage.LoadError > | CreateFromXElement (ContentPackage contentPackage, XElement element) |
Static Public Attributes inherited from Barotrauma.ContentFile | |
| static readonly ImmutableHashSet< TypeInfo > | Types |
Properties inherited from Barotrauma.ContentFile | |
| bool | NotSyncedInMultiplayer [get] |
|
protected |
|
virtual |
Reimplemented from Barotrauma.ContentFile.
| override void Barotrauma.BaseSubFile.LoadFile | ( | ) |
| override void Barotrauma.BaseSubFile.Sort | ( | ) |
| override void Barotrauma.BaseSubFile.UnloadFile | ( | ) |
| readonly UInt32 Barotrauma.BaseSubFile.UintIdentifier |