abstractTwinfinityPostProcess
Hierarchy
- TwinfinityPostProcess
Implements
- TwinfinityCameraBehavior
Index
Constructors
constructor
- Returns TwinfinityPostProcess
Accessors
affectedCameras
- Returns a set of all the cameras this post-process effect is attached to. - Returns Set<Camera>
Methods
attach
- Runs the initialize method if the post-process has not yet been initialized. Then attaches the post-process effect to the specified camera. - Parameters- camera: Camera- The camera to attach the post-process effect to. 
 - Returns boolean- true if the post-process effect was successfully attached to the camera, otherwise false. 
detach
- Disables the post-process effect for the specified camera. - Parameters- camera: Camera- The camera to detach the post-process effect from. 
 - Returns boolean- true if the post-process effect was successfully detached from the camera, otherwise false. 
TwinfinityPostProcess is the base class that can be used to extend classes for post-process effects.