2021-03-07

+ IScriptable can now be disabled instancewise
+ IShowItem can disable rendering.

~ SM.Base.Mesh has now ILineMesh

- IGenericWindow.AspectRatioReverse
This commit is contained in:
Michel Fedde 2021-03-07 12:30:54 +01:00
parent c6bf5c75bc
commit 4efc47d75a
10 changed files with 16 additions and 10 deletions

View file

@ -31,7 +31,8 @@ namespace SM.Base.Scene
ICollection<string> Flags { get; set; }
bool Active { get; set; }
bool RenderActive { get; set; }
/// <summary>
/// Tells the object to draw its object.
/// </summary>