PostProcessRenderPipelineManager class
class PostProcessRenderPipelineManager
- Annotations
-
- @JS()
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedPipelines
→ List<
PostProcessRenderPipeline> -
no setter
Methods
-
addPipeline(
PostProcessRenderPipeline renderPipeline) → void -
attachCamerasToRenderPipeline(
String renderPipelineName, dynamic cameras, [bool unique]) → void -
detachCamerasFromRenderPipeline(
String renderPipelineName, dynamic cameras) → void -
disableEffectInPipeline(
String renderPipelineName, String renderEffectName, dynamic cameras) → void -
dispose(
) → void -
enableEffectInPipeline(
String renderPipelineName, String renderEffectName, dynamic cameras) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited