Material class

Material, includes shader and maps.

Constructors

Material.fromRef(Material ref)
Material, includes shader and maps.

Properties

hashCode int
The hash code for this object.
no setterinherited
maps → PointerList<MaterialMap>
Material maps array (MAX_MATERIAL_MAPS).
no setter
params List<double>
Material generic parameters (if required).
no setter
ref ↔ Material
Native reference.
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shader Shader
Material shader.
no setter

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