Click or drag to resize

CollectionRendererAspectT Events

The CollectionRendererAspectT generic type exposes the following members.

Events
  NameDescription
Public eventCastShadowsChanged
Occurs when the value of CastShadowsChanged changes.
(Inherited from RendererAspectBase.)
Public eventIsEnabledChanged
Occurs when the value of IsEnabled changes.
(Inherited from AspectComponentBase.)
Public eventMeshAnimationChanged
Occurs when the the current animation changes.
(Inherited from RendererAspectBase.)
Public eventOnNameChanged
Occurs when the Name of an aspect changes.
(Inherited from AspectComponentBase.)
Public eventRenderableRequest
Occurs before the renderables are about to be use so that they can be configured correctly, eg before a render or an export.
(Inherited from RendererAspectBase.)
Public eventShouldRenderInvalidated
Occurs when the aspect should re-evaluate if it should render.
(Inherited from RendererAspectBase.)
Public eventUpdated
Occurs after a renderable has been updated.
(Inherited from RendererAspectBase.)
Top
See Also