Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

ComponentReferenceSetter.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Addressables/Variable/ComponentReferenceSetter.cs.

Source snapshot ad0983d00d77.

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

C#
[DefaultExecutionOrder(-1)]
public abstract class ComponentReferenceSetter<TVariable, TComponent> : LoggingBehavior where TVariable : Variable<TComponent> where TComponent : Component
{
}

Original lines: 55

Declaration hash: sha256:037c2148b152f9309cea66de802bdcf3b6b96b4e396ce42bc387390b7a8dff1e

C#
public TComponent Component { get; }

Original lines: 64-73

Declaration hash: sha256:bfb18d1eb2654894e9f5c99caab57ee895382ab2dacb3101f5224169ea3a61e9

C#
protected override void Awake();
Full-size image