MaterialObjectBuilder class
Constructors
-
MaterialObjectBuilder({MaterialType? type, ColorObjectBuilder? baseColorFactor, int? baseColorTexture, double? metallicFactor, double? roughnessFactor, int? metallicRoughnessTexture, double? normalScale, int? normalTexture, Vec3ObjectBuilder? emissiveFactor, int? emissiveTexture, double? occlusionStrength, int? occlusionTexture})
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
finish(Builder fbBuilder)
→ int
-
Finish building, and store into the
fbBuilder
.
override
-
getOrCreateOffset(Builder fbBuilder)
→ int
-
Can be used to write the data represented by this builder to the Builder
and reuse the offset created in multiple tables.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes([String? fileIdentifier])
→ Uint8List
-
Convenience method to serialize to byte list.
override
-
toString()
→ String
-
A string representation of this object.
inherited