MaterialDefines class
class MaterialDefines
- Implementers
- Annotations
-
- @JS()
Constructors
Properties
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