ComponentReferenceSetter.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Addressables/Variable/ComponentReferenceSetter.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Addressables/Variable/ComponentReferenceSetter.cs
Source file hash: sha256:a93c4a6ba517a4fa62b3a1f4a4fc6d9ec381c5cb7a6bcfd6d9c0efeee4d75ef4
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ComponentReferenceSetter<TVariable, TComponent>
Section titled “Type: ComponentReferenceSetter<TVariable, TComponent>”Original lines: 43-85
Declaration hash: sha256:c6b754164729fe22c9113033ecdcaf30bb60f80164ad5223a4131ea06679bdce
[DefaultExecutionOrder(-1)]public abstract class ComponentReferenceSetter<TVariable, TComponent> : LoggingBehavior where TVariable : Variable<TComponent> where TComponent : Component{}Property: Component
Section titled “Property: Component”Original lines: 55
Declaration hash: sha256:037c2148b152f9309cea66de802bdcf3b6b96b4e396ce42bc387390b7a8dff1e
public TComponent Component { get; }Method: Awake()
Section titled “Method: Awake()”Original lines: 64-73
Declaration hash: sha256:bfb18d1eb2654894e9f5c99caab57ee895382ab2dacb3101f5224169ea3a61e9
protected override void Awake();