PropertyValue class sealed

A typed value carried by a component field, a material parameter, or a prefab override.

The taxonomy is closed (a sealed hierarchy) so encoders, the component codec registry, and the prefab composer can exhaustively switch over it. References to other document entities are first-class: ResourceRefValue points at a resource, NodeRefValue at a node.

Implementers

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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