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

Original file: Packages/io.bitquirky.behavior/Editor/Member/BehaviorGenericArgumentCatalog.cs

Source file hash: sha256:87581ae605f73f5f5656acbca9877df0fc63d2fed5cf47cd7729ee6ebd658d2f

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

Original lines: 18-54

Declaration hash: sha256:8b8046e55d160ca890528b09685842791d3ce62dfd641e5207c2f50e9510e282

C#
public sealed class BehaviorGenericArgumentCandidate
{
}

Original lines: 37

Declaration hash: sha256:6258edd3d02e872da41c423e2fa1c660d110012b88d1329efb9029646f8f4178

C#
public Type Type { get; }

Original lines: 39

Declaration hash: sha256:bc5b0992cf0a07af2fbf04b51acaa68f4100b4f2dc95d38d0722599dc8e00677

C#
public string Name { get; }

Original lines: 41

Declaration hash: sha256:084ac85e7cffdeb0c2ef3a9fcbf69d6f142858ed1df7521f31dc45a70be5c3e6

C#
public string FullName { get; }

Original lines: 43

Declaration hash: sha256:bc2af9e3327373a9cb4abf072b3760dabd3d8fd92ba874fadac01f108c1ec0c5

C#
public string AssemblyName { get; }

Original lines: 45

Declaration hash: sha256:a6aedc3400b4d838389c277dafa62ae82d676410b578ab5cfacedfae6a30187a

C#
public string Namespace { get; }

Original lines: 47

Declaration hash: sha256:8538a7586129f56170b8b8038d604c0039d04a7929e0740b90b1edce7e6939dc

C#
public BehaviorMemberTargetTypeSource Source { get; }

Original lines: 49

Declaration hash: sha256:ee010d19c6f9a81ce99e1d07d306a8915ce9f8e585099de79c2861135b012abd

C#
public bool IsPickable { get; }

Original lines: 51

Declaration hash: sha256:bc5027739a239c29f36dd4085dbf6598de3937494cc34e4be6676605af2f17f1

C#
public string Reason { get; }

Original lines: 53

Declaration hash: sha256:079ab4ef9a7a5c7f534d507f029c14d54bb62734621265332d9bbfe2c7709da9

C#
public string Identity { get; }

Original lines: 62-427

Declaration hash: sha256:c52f5aebba9ebbaba6de176e48d08437008833dbbadb69c3f6d8623a085816ac

C#
public static class BehaviorGenericArgumentCatalog
{
}

Method: Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal)

Section titled “Method: Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal)”

Original lines: 65-71

Declaration hash: sha256:0c8cba861eb66bc2c1e0857cd79ea75f2b6bebedf64c6d1b754e11efd57daddb

C#
public static IReadOnlyList<BehaviorGenericArgumentCandidate> Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal);

Method: Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal, IEnumerable<Type> types)

Section titled “Method: Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal, IEnumerable<Type> types)”

Original lines: 166-173

Declaration hash: sha256:6180e75c61431fc237260aabb660dc073ed829011313a6295689386874320aab

C#
public static IReadOnlyList<BehaviorGenericArgumentCandidate> Build(Type declaringType, BehaviorSourceMemberIdentity identity, int ordinal, IEnumerable<Type> types);

Method: Query(IReadOnlyList<BehaviorGenericArgumentCandidate> candidates, string searchText)

Section titled “Method: Query(IReadOnlyList<BehaviorGenericArgumentCandidate> candidates, string searchText)”

Original lines: 315-349

Declaration hash: sha256:ec2101d66d68d1d3d53170e10933202dd0a2ac695be78cdc3f7948c9f121bf05

C#
public static IReadOnlyList<BehaviorGenericArgumentCandidate> Query(IReadOnlyList<BehaviorGenericArgumentCandidate> candidates, string searchText);
Full-size image