Illumination class

represents a collection of Lights.

Inheritance

Constructors

Illumination()

Properties

debug bool
getter/setter pairinherited
enabled bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddLight(Light l) → void
ForceUniform(String canonical, Object val) → void
inherited
GetUniforms() Map<String, Object>
override
HasUniform(String canonical) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
SetUniform(String canonical, Object val) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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