Material class

Implementers

Constructors

Material()

Properties

hashCode int
The hash code for this object.
no setterinherited
opacity double
if transparent set to true then you can use the opacity. the range of the opacity is between 0.0 and 1.0
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transparent bool
Set this to true if you want transparent objects.
getter/setter pair
uniforms Map<String, dynamic>
The material uniforms.
getter/setter pair
visible bool
Set this to false if you don't want to render this object.
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