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

BehaviorEntitySelectionResolver.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Entity/BehaviorEntitySelectionResolver.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/Entity/BehaviorEntitySelectionResolver.cs

Source file hash: sha256:67a5bb50dc8240f8e4b2eff58dd5d72bb6c6b94719664a80b08d6ec9ba1da140

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

Type: BehaviorEntitySelectionResolutionStatus

Section titled “Type: BehaviorEntitySelectionResolutionStatus”

Original lines: 13-26

Declaration hash: sha256:bbe345bf988b4f9f6593332554e7f55c3ff52877fd15721bc13f19d2aa90d09f

C#
public enum BehaviorEntitySelectionResolutionStatus
{
}

Original lines: 16

Declaration hash: sha256:dc937b59892604f5a86ac96936cd7ff09e25f18ae6b758e8014a24c7fa039e91

C#
None

Original lines: 19

Declaration hash: sha256:54324658e2eba91c826cb01a802414559c8b8b713b28b4df68cd5075611cf1b5

C#
Unsupported

Original lines: 22

Declaration hash: sha256:70a8b6912f2ef82fd38f1658b8533a40d079abde48449368ad17d26f3f3fa589

C#
Ambiguous

Original lines: 25

Declaration hash: sha256:c165800065d11429cea0d002ac8ebdf75d75283cb00acccb6f5f115b5e0ca849

C#
Supported

Original lines: 37-57

Declaration hash: sha256:e87cd83c83855e80c721427952790bddc17fc855eaa3da555a09d4cae679a04c

C#
public readonly struct BehaviorEntitySelectionTarget
{
}

Original lines: 52

Declaration hash: sha256:279396b183078080ef3d1ff962f6fe9cdf94dccb96d3383045bcb1a09876a379

C#
public World World { get; }

Original lines: 54

Declaration hash: sha256:24ffda697fd7c98affbd59f817b499185ff45c41f68d0f214a2cfcf2ac80dd29

C#
public Entity Entity { get; }

Original lines: 69-223

Declaration hash: sha256:a767d4ef8ef5e4ecd83ec7521adf56359d3beeb42e45ebfcc63a75e83aeb3256

C#
public static class BehaviorEntitySelectionResolver
{
}

Method: Resolve(EntityId selectedEntityId, out BehaviorEntitySelectionTarget target)

Section titled “Method: Resolve(EntityId selectedEntityId, out BehaviorEntitySelectionTarget target)”

Original lines: 72-91

Declaration hash: sha256:f11af6ab2fd6362dd546282eec5c6a3f177a734e764ba5003b002fb703320a37

C#
public static BehaviorEntitySelectionResolutionStatus Resolve(EntityId selectedEntityId, out BehaviorEntitySelectionTarget target);
Full-size image