Added missing summeries #2
This commit is contained in:
parent
31777faa11
commit
c8db1ce8bc
26 changed files with 261 additions and 36 deletions
|
|
@ -29,7 +29,13 @@ namespace SM.Base.Scene
|
|||
/// </summary>
|
||||
ICollection<string> Flags { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// If true it will ignore the object.
|
||||
/// </summary>
|
||||
bool Active { get; set; }
|
||||
/// <summary>
|
||||
/// Íf true it will ignore the object when rendering.
|
||||
/// </summary>
|
||||
bool RenderActive { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue