class PostProcess : Component

robot_2Generated
code_blocksInput

Description

The PostProcess class in the Sandbox namespace is an abstract class that serves as a base for creating post-processing effects on a camera. It inherits from the Component class, allowing it to be attached to game objects within a scene.

This class is designed to be extended to implement specific post-processing effects, which can enhance the visual output of a camera by applying various graphical effects.

Members

Instance Properties

Member NameSummary
CameraGets the CameraComponent associated with this post-process effect. This property is required for the post-process to function correctly.

DerivedTypesHtml

As an abstract class, PostProcess is intended to be inherited by other classes that implement specific post-processing effects. Derived classes should override necessary methods to define the behavior of the effect.