Settings class

Constructors

Settings({bool useSourceTexture = false, bool enableShadowMap = true, bool autoClear = true, Map<String, dynamic>? renderOptions, bool animate = true, bool alpha = false, bool autoClearDepth = true, bool autoClearStencil = true, double clearAlpha = 1.0, int clearColor = 0x000000, bool localClippingEnabled = false, List<Plane> clippingPlanes = const [], int outputEncoding = LinearEncoding, int toneMapping = NoToneMapping, int shadowMapType = PCFShadowMap, double toneMappingExposure = 1.0, bool logarithmicDepthBuffer = false, bool stencil = true})

Properties

alpha bool
getter/setter pair
animate bool
getter/setter pair
autoClear bool
getter/setter pair
autoClearDepth bool
getter/setter pair
autoClearStencil bool
getter/setter pair
clearAlpha double
getter/setter pair
clearColor int
getter/setter pair
clippingPlanes List<Plane>
getter/setter pair
enableShadowMap bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localClippingEnabled bool
getter/setter pair
logarithmicDepthBuffer bool
getter/setter pair
outputEncoding int
getter/setter pair
renderOptions Map<String, dynamic>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowMapType int
getter/setter pair
stencil bool
getter/setter pair
toneMapping int
getter/setter pair
toneMappingExposure double
getter/setter pair
useSourceTexture bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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