![]() |
Paradox Game Engine
v1.0.0 beta06
|
Go to the source code of this file.
Classes | |
| class | SiliconStudio.Core.ObjectInvalidationMetadata |
| class | SiliconStudio.Core.ObjectInvalidationMetadata< T > |
| Metadata used to invalidate an object state after a property value modification. More... | |
Namespaces | |
| package | SiliconStudio.Core |
Functions | |
| delegate void | SiliconStudio.Core.ObjectInvalidationCallback< T > (object propertyOwner, PropertyKey< T > propertyKey, T propertyOldValue) |
| Delegate ObjectInvalidatorCallback used by ObjectInvalidationMetadata. More... | |
| delegate void | SiliconStudio.Core.ObjectInvalidationRefCallback< T > (object propertyOwner, PropertyKey< T > propertyKey, ref T propertyOldValue) |