Resolve a reference, and attempt to convert to component of type T.
See: aermicioi.aedi.storage.wrapper : unwrap for downcasting semantics.
the expected type of resolved component.
optional source of components for resolving reference
T referenced object Wrapper!T referenced component that is not of Object subclass.
InvalidCastException when resolved component is not of expected type.
See Implementation
Resolve a reference, and attempt to convert to component of type T.
See: aermicioi.aedi.storage.wrapper : unwrap for downcasting semantics.