getField<T> abstract method

FieldState<T> getField<T>(
  1. ElementId nodeId,
  2. CanvasFieldKey fieldKey
)

Reads the effective value of a registered field.

The value may come from the resolved/rendered scene even though commits are applied to the canonical document.

Implementation

FieldState<T> getField<T>(rt.ElementId nodeId, rt.CanvasFieldKey fieldKey);