MaterialProperty enum
Values
- attributes → const MaterialProperty
- alphaTest → const MaterialProperty
- bumpScale → const MaterialProperty
- alphaMap → const MaterialProperty
- aoMap → const MaterialProperty
- blendDst → const MaterialProperty
- blendDstAlpha → const MaterialProperty
- blendSrcAlpha → const MaterialProperty
- blendEquation → const MaterialProperty
- blending → const MaterialProperty
- blendSrc → const MaterialProperty
- clearcoat → const MaterialProperty
- clearcoatRoughness → const MaterialProperty
- clipIntersection → const MaterialProperty
- clipping → const MaterialProperty
- clippingPlanes → const MaterialProperty
- clipShadows → const MaterialProperty
- color → const MaterialProperty
- colorWrite → const MaterialProperty
- defines → const MaterialProperty
- depthPacking → const MaterialProperty
- depthTest → const MaterialProperty
- depthWrite → const MaterialProperty
- dithering → const MaterialProperty
- emissive → const MaterialProperty
- emissiveMap → const MaterialProperty
- flatShading → const MaterialProperty
- fog → const MaterialProperty
- fragmentShader → const MaterialProperty
- instanced → const MaterialProperty
- lights → const MaterialProperty
- linecap → const MaterialProperty
- linejoin → const MaterialProperty
- linewidth → const MaterialProperty
- matcap → const MaterialProperty
- map → const MaterialProperty
- metalness → const MaterialProperty
- metalnessMap → const MaterialProperty
- name → const MaterialProperty
- normalMap → const MaterialProperty
- normalScale → const MaterialProperty
- opacity → const MaterialProperty
- polygonOffset → const MaterialProperty
- polygonOffsetFactor → const MaterialProperty
- polygonOffsetUnits → const MaterialProperty
- premultipliedAlpha → const MaterialProperty
- reflectivity → const MaterialProperty
- roughness → const MaterialProperty
- refractionRatio → const MaterialProperty
- roughnessMap → const MaterialProperty
- shading → const MaterialProperty
- shininess → const MaterialProperty
- side → const MaterialProperty
- size → const MaterialProperty
- dashSize → const MaterialProperty
- gapSize → const MaterialProperty
- scale → const MaterialProperty
- sizeAttenuation → const MaterialProperty
- stencilZFail → const MaterialProperty
- stencilZPass → const MaterialProperty
- stencilFail → const MaterialProperty
- stencilFunc → const MaterialProperty
- stencilRef → const MaterialProperty
- stencilWrite → const MaterialProperty
- toneMapped → const MaterialProperty
- transparent → const MaterialProperty
- uniforms → const MaterialProperty
- vertexShader → const MaterialProperty
- visible → const MaterialProperty
- vertexColors → const MaterialProperty
- wireframe → const MaterialProperty
- wireframeLinewidth → const MaterialProperty
- shadowSide → const MaterialProperty
- specular → const MaterialProperty
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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
Static Methods
- 
  getFromName(String name) → MaterialProperty? 
Constants
- 
    values
  → const List<MaterialProperty> 
- A constant List of the values in this enum, in order of their declaration.