MaterialDefines class

class MaterialDefines

Implementers
Annotations
  • @JS()

Constructors

MaterialDefines()

Properties

hashCode int
The hash code for this object.
no setterinherited
isDirty bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cloneTo(MaterialDefines other) → void
isEqual(MaterialDefines other) bool
markAllAsDirty() → void
markAsAttributesDirty() → void
markAsFresnelDirty() → void
markAsImageProcessingDirty() → void
markAsLightDirty([bool disposed]) → void
markAsMiscDirty() → void
markAsPrePassDirty() → void
markAsProcessed() → void
markAsTexturesDirty() → void
markAsUnprocessed() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild() → void
reset() → void
toString() String
A string representation of this object.
override

Operators

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