ARKitFace class

An object representing the geometry of a face. The face geometry will have a constant number of triangles and vertices, updating only the vertex positions from frame to frame.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

ARKitFace({List<ARKitMaterial>? materials})

Properties

hashCode int
The hash code for this object.
no setterinherited
materials ValueNotifier<List<ARKitMaterial>?>
Specifies the receiver's materials array. Each geometry element can be rendered using a different material. The index of the material used for a geometry element is equal to the index of that element modulo the number of materials.
finalinherited
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
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map? json) ARKitFace