ARKitGeometry class abstract

ARKitGeometry is an abstract class that represents the geometry that can be attached to a SCNNode.

Implementers

Constructors

ARKitGeometry({List<ARKitMaterial>? materials})
ARKitGeometry.fromJson(Map<String, dynamic> arguments)
factory

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.
final
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>
toString() String
A string representation of this object.
inherited

Operators

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