![]() |
Paradox Game Engine
v1.0.0 beta06
|
An interface that tags if an object is dirty. More...
Properties | |
bool | IsDirty [get, set] |
Gets or sets a value indicating whether this instance is dirty. More... | |
An interface that tags if an object is dirty.
Definition at line 8 of file IDirtyable.cs.
|
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.