MaterialParamRef class final
A declared parameter, before a variant has said what it is.
Kept as a reference through parsing and folded to a MaterialConstant by specialiseMaterial — the source is parsed once and every variant is a fold of the same tree, rather than a parse per variant that could differ in some other way than the numbers.
- Inheritance
-
- Object
- MaterialExpression
- MaterialParamRef
Constructors
- MaterialParamRef(MaterialParameter parameter)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parameter → MaterialParameter
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → MaterialType
-
finalinherited
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