BridgeResolve
Overrides what CoherenceBridge to resolve to, given a MonoBehaviour
Returns
- CoherenceBridgeResolver<MonoBehaviour>
- Overrides what to resolve to, given a
Remarks
The order of resolution is as follows: CoherenceBridge provided by the per-instance CoherenceBridgeResolver<T> callback. CoherenceBridge provided by the global BridgeResolve callback. CoherenceBridge within the same scene as this entity. CoherenceBridge with a IsMain checked. Otherwise, a new instance is created.