Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Assets.IDirtyable Interface Reference

An interface that tags if an object is dirty. More...

Inheritance diagram for SiliconStudio.Assets.IDirtyable:
SiliconStudio.Assets.IFileSynchronizable SiliconStudio.Assets.PackageAssetCollection SiliconStudio.Assets.PackageSession SiliconStudio.Assets.AssetItem SiliconStudio.Assets.Package SiliconStudio.Assets.Templates.TemplateDescription SiliconStudio.Assets.Templates.TemplateSampleDescription

Properties

bool IsDirty [get, set]
 Gets or sets a value indicating whether this instance is dirty. More...
 

Detailed Description

An interface that tags if an object is dirty.

Definition at line 8 of file IDirtyable.cs.

Property Documentation

bool SiliconStudio.Assets.IDirtyable.IsDirty
getset

Gets or sets a value indicating whether this instance is dirty.

true if this instance is dirty; otherwise, false.

Definition at line 14 of file IDirtyable.cs.


The documentation for this interface was generated from the following file: