BoolActivator.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Activator/BoolActivator.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Activator/BoolActivator.cs
Source file hash: sha256:9c882c34284f70e7d0ece77c4bfdd3e9c7a0f24f584a0f14c329c01d0a05e100
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: BoolActivator
Section titled “Type: BoolActivator”Original lines: 38-87
Declaration hash: sha256:682c090df942adaccb6e5602552bb413e56b6081ffa95dc152424ada0039b884
public sealed class BoolActivator : Activator{}Property: Value
Section titled “Property: Value”Original lines: 52-57
Declaration hash: sha256:328b9d206a903e9a7ad17b01f84159bdebc280373f2aa0220cf702a61952cf97
[UsedImplicitly]public bool Value { get; set; }Method: Awake()
Section titled “Method: Awake()”Original lines: 62-69
Declaration hash: sha256:bfb18d1eb2654894e9f5c99caab57ee895382ab2dacb3101f5224169ea3a61e9
protected override void Awake();