FogOptions class

Constructors

FogOptions.new({bool enabled = false, double distance = 0.0, double cutOffDistance = double.infinity, double maximumOpacity = 1.0, double height = 0, double heightFalloff = 1, Vector3? linearColor = null, double density = 0.1, double inScatteringStart = 0, double inScatteringSize = -1, bool fogColorFromIbl = false, Texture? skyColor = null})

Properties

cutOffDistance double
final
density double
final
distance double
final
enabled bool
final
fogColorFromIbl bool
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
heightFalloff double
final
inScatteringSize double
final
inScatteringStart double
final
linearColor Vector3
latefinal
maximumOpacity double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skyColor Texture?
final

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