View class abstract

Constructors

View()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCamera() Future<Camera>
getViewport() Future<Viewport>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAntiAliasing(bool msaa, bool fxaa, bool taa) Future
setBloom(double strength) Future
setCamera(covariant Camera camera) Future
setFrustumCullingEnabled(bool enabled) Future
setPostProcessing(bool enabled) Future
setRenderable(bool renderable, covariant SwapChain swapChain) Future
setRenderTarget(covariant RenderTarget? renderTarget) Future
setToneMapper(ToneMapper mapper) Future
toString() String
A string representation of this object.
inherited
updateViewport(int width, int height) Future

Operators

operator ==(Object other) bool
The equality operator.
inherited