Enum InstanceDataChangedEnum
Propagates a IManagedInstanceData property's changed status to the MeshManager
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum InstanceDataChangedEnum
Fields
| Name | Description |
|---|---|
| Colors | The colors of a IManagedInstanceData changed an need to be updated on the gpu. |
| Disposed | The IInstanceDataImp belonging to a IManagedInstanceData need to be disposed of. |
| Transform | The positions / transformations of a IManagedInstanceData changed an need to be updated on the gpu. |