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

ShowIfAttribute.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/ShowIfAttribute.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Attributes/ShowIfAttribute.cs

Source file hash: sha256:312d5f354a0687637f72b81bb828426ab39c841277582a48091392aa67974061

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

Original lines: 9-21

Declaration hash: sha256:2f2fd5e3bc4902fec4580e88b566a57c2102de1d150673a48d9f10fd6eec0313

C#
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Method)]
public class ShowIfAttribute : Attribute
{
}

Original lines: 13

Declaration hash: sha256:b93f7c366172af521f6b982711c231f520ed241c2e2dd1f17421c660568321db

C#
public string Condition { get; }

Original lines: 17-20

Declaration hash: sha256:f769ed93e4aec74659997a0c95b8a719e0e7539b938fd107dba39fa4d140e09a

C#
public ShowIfAttribute(string condition);
Full-size image