nodeOverrideNames property

List<String>? nodeOverrideNames
getter/setter pair

An array of one or more model node names whose transform will be overridden from model layer paint properties.

Only declares which nodes are addressable; it holds no values itself. Pair it with a data-driven ModelLayer property such as modelRotationExpression, matching ["get", "part"] to a ["feature-state", key] per name, then call MapboxMap.setFeatureState (keyed by this model's own id) to supply values. Cheaper and mergeable, unlike resending nodeOverrides.

Implementation

List<String>? nodeOverrideNames;