v1.5.7.0 (Summer Update)

This commit is contained in:
Regalis11
2024-06-18 16:49:51 +03:00
parent 4a63dacbce
commit 230d1b6e78
263 changed files with 7792 additions and 2845 deletions
@@ -196,6 +196,16 @@ namespace Barotrauma
set;
}
/// <summary>
/// Is the layer this entity is in currently hidden? If it is, the entity is not updated and should do nothing.
/// </summary>
public bool IsLayerHidden { get; set; }
/// <summary>
/// Is the entity hidden due to <see cref="HiddenInGame"/> being enabled or the layer the entity is in being hidden?
/// </summary>
public bool IsHidden => HiddenInGame || IsLayerHidden;
public override Vector2 Position
{
get