Development note

InputTarget with Allowed Input = Direct authors `allowsDirectInput = 1` and `allowsIndirectInput = 0`.

by elkraneo · 2026-02-19

Fixture deltas show Direct mode serializes as explicit booleans on the InputTarget component prim.

Metadata

  • Component: input-target-component
  • Status: confirmed
  • Confidence: high
  • Evidence type: direct-diff
  • Scope: USDA authored
  • Author: elkraneo
  • Date: 2026-02-19
  • RCP version: 26.3
  • Xcode build: Xcode 26.3 (17C529)

Reproduction

  1. Open the Input Target fixture in ComponentFieldExploration.
  2. Set Allowed Input to Direct.
  3. Save and diff USDA against the base fixture.
  4. Verify `allowsDirectInput = 1` and `allowsIndirectInput = 0` on `RealityKit.InputTarget`.

Evidence

  • Inspector verified field matrix
    local-only evidence path (not publicly exposed)

    Section "RealityKit.InputTarget" documents authored deltas for Allowed Input modes.

  • ComponentFieldExploration fixture root
    local-only evidence path (not publicly exposed)

    Contains AllowedInput base/direct/indirect fixture variants.

Details

This claim is scoped to authored scene data only and does not assert runtime interaction behavior.