Added missing summeries #1
This commit is contained in:
parent
03d99ea28e
commit
8665b5b709
104 changed files with 1165 additions and 821 deletions
|
|
@ -1,14 +1,24 @@
|
|||
using SM.Base;
|
||||
using SM.Base.Windows;
|
||||
#region usings
|
||||
|
||||
using SM.Base.Window;
|
||||
|
||||
#endregion
|
||||
|
||||
namespace SM.Base.Scene
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines a object as script.
|
||||
/// Defines a object as script.
|
||||
/// </summary>
|
||||
public interface IScriptable
|
||||
{
|
||||
/// <summary>
|
||||
/// If not active, ItemCollections will ignore them.
|
||||
/// </summary>
|
||||
bool Active { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// If not active, ItemCollections will ignore them.
|
||||
/// </summary>
|
||||
bool UpdateActive { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue