Inherits AZ::TransformNotificationBus::Handler.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (CubeMapCaptureComponentController, AZ::SystemAllocator) | |
| AZ_RTTI (AZ::Render::CubeMapCaptureComponentController, "{85156008-28A0-4F7B-BC16-0311682E14D7}") | |
| CubeMapCaptureComponentController (const CubeMapCaptureComponentConfig &config) | |
| void | Activate (AZ::EntityId entityId) |
| void | Deactivate () |
| void | SetConfiguration (const CubeMapCaptureComponentConfig &config) |
| const CubeMapCaptureComponentConfig & | GetConfiguration () const |
| void | SetExposure (float bakeExposure) |
| void | RenderCubeMap (RenderCubeMapCallback callback, const AZStd::string &relativePath) |
Friends | |
| class | EditorCubeMapCaptureComponent |