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

ComponentSetter.cs declarations

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

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Variable/ComponentSetter.cs

Source file hash: sha256:b2e725656196b8db50e4262ffd89cdb8911bcf0146ff535f580544dcdbfc79bc

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Type: ComponentSetter<TVariable, TComponent>

Section titled “Type: ComponentSetter<TVariable, TComponent>”

Original lines: 36-71

Declaration hash: sha256:350c255e837a1e932e1a4f430bf793502f8383fe2d3c32b39937f74856999ebc

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

Original lines: 48

Declaration hash: sha256:e012ff7acdbda9ddf3b989708b1615fe9cd9b49e775ae0f94b81bfa6d07e8758

C#
public TVariable Variable { get; }

Original lines: 50

Declaration hash: sha256:037c2148b152f9309cea66de802bdcf3b6b96b4e396ce42bc387390b7a8dff1e

C#
public TComponent Component { get; }

Original lines: 59-69

Declaration hash: sha256:bfb18d1eb2654894e9f5c99caab57ee895382ab2dacb3101f5224169ea3a61e9

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