ComponentSetter.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/ComponentSetter.cs.
Source snapshot ad0983d00d77.
On this page
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
[DefaultExecutionOrder(-1)]public abstract class ComponentSetter<TVariable, TComponent> : LoggingBehavior where TVariable : Variable<TComponent> where TComponent : Component{}Property: Variable
Section titled “Property: Variable”Original lines: 48
Declaration hash: sha256:e012ff7acdbda9ddf3b989708b1615fe9cd9b49e775ae0f94b81bfa6d07e8758
public TVariable Variable { get; }Property: Component
Section titled “Property: Component”Original lines: 50
Declaration hash: sha256:037c2148b152f9309cea66de802bdcf3b6b96b4e396ce42bc387390b7a8dff1e
public TComponent Component { get; }Method: Awake()
Section titled “Method: Awake()”Original lines: 59-69
Declaration hash: sha256:bfb18d1eb2654894e9f5c99caab57ee895382ab2dacb3101f5224169ea3a61e9
protected override void Awake();