BehaviorEntitySelectionResolver.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Entity/BehaviorEntitySelectionResolver.cs.
Source snapshot ad0983d00d77.
On this page
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
public enum BehaviorEntitySelectionResolutionStatus{}Field: None
Section titled “Field: None”Original lines: 16
Declaration hash: sha256:dc937b59892604f5a86ac96936cd7ff09e25f18ae6b758e8014a24c7fa039e91
NoneField: Unsupported
Section titled “Field: Unsupported”Original lines: 19
Declaration hash: sha256:54324658e2eba91c826cb01a802414559c8b8b713b28b4df68cd5075611cf1b5
UnsupportedField: Ambiguous
Section titled “Field: Ambiguous”Original lines: 22
Declaration hash: sha256:70a8b6912f2ef82fd38f1658b8533a40d079abde48449368ad17d26f3f3fa589
AmbiguousField: Supported
Section titled “Field: Supported”Original lines: 25
Declaration hash: sha256:c165800065d11429cea0d002ac8ebdf75d75283cb00acccb6f5f115b5e0ca849
SupportedType: BehaviorEntitySelectionTarget
Section titled “Type: BehaviorEntitySelectionTarget”Original lines: 37-57
Declaration hash: sha256:e87cd83c83855e80c721427952790bddc17fc855eaa3da555a09d4cae679a04c
public readonly struct BehaviorEntitySelectionTarget{}Property: World
Section titled “Property: World”Original lines: 52
Declaration hash: sha256:279396b183078080ef3d1ff962f6fe9cdf94dccb96d3383045bcb1a09876a379
public World World { get; }Property: Entity
Section titled “Property: Entity”Original lines: 54
Declaration hash: sha256:24ffda697fd7c98affbd59f817b499185ff45c41f68d0f214a2cfcf2ac80dd29
public Entity Entity { get; }Type: BehaviorEntitySelectionResolver
Section titled “Type: BehaviorEntitySelectionResolver”Original lines: 69-223
Declaration hash: sha256:a767d4ef8ef5e4ecd83ec7521adf56359d3beeb42e45ebfcc63a75e83aeb3256
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
public static BehaviorEntitySelectionResolutionStatus Resolve(EntityId selectedEntityId, out BehaviorEntitySelectionTarget target);