NewHostedBehaviorTreeSheet.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/NewHostedBehaviorTreeSheet.cs.
Source snapshot ad0983d00d77.
On this page
Original file: Packages/io.bitquirky.behavior/Editor/NewHostedBehaviorTreeSheet.cs
Source file hash: sha256:5107d0bfad50d626afebdb5d9a16d35f65abf7d3702bf47d715ff48f129183aa
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: NewHostedBehaviorTreeTargetContext
Section titled “Type: NewHostedBehaviorTreeTargetContext”Original lines: 19-38
Declaration hash: sha256:661acbde46f9b9ca86c37440f56f6d4247feb2aaed8d6553e65058d0ee629646
public sealed class NewHostedBehaviorTreeTargetContext{}Property: StateId
Section titled “Property: StateId”Original lines: 22
Declaration hash: sha256:49ada7638edade3ebf580cdedebdd2da45a74099a14778f0354ef74cbdae3435
public string StateId { get; }Type: NewHostedBehaviorTreeSheet
Section titled “Type: NewHostedBehaviorTreeSheet”Original lines: 56-269
Declaration hash: sha256:571f7329fd38f35c95ee4ed37ff90d884175df0a0f4b24a885bb03458ccff4c6
public sealed class NewHostedBehaviorTreeSheet : VisualElement{}Event: CreateRequested
Section titled “Event: CreateRequested”Original lines: 70
Declaration hash: sha256:c6d7e78183cf93af8806babccea9d39f82422a075fbc368204437fe05fdbae8a
public event Action<NewHostedBehaviorTreeTargetContext, string, string> CreateRequested;Event: Canceled
Section titled “Event: Canceled”Original lines: 73
Declaration hash: sha256:7915a4a829abd0d845719b7b0fb7a954e38bcd125e7f655f29a0be209ed7096d
public event Action<NewHostedBehaviorTreeTargetContext> Canceled;Method: NewHostedBehaviorTreeSheet()
Section titled “Method: NewHostedBehaviorTreeSheet()”Original lines: 80-129
Declaration hash: sha256:a74265fbf61179ba5be021f9a1ba33537401b9faf4eae1842ab4d0fb0e2da93a
public NewHostedBehaviorTreeSheet();Property: IsOpen
Section titled “Property: IsOpen”Original lines: 136
Declaration hash: sha256:983d714af3a15e8639e1362c0c2a49ddd36b154c8656eeb500cf07665be3c4ae
public bool IsOpen { get; }Method: Show(NewHostedBehaviorTreeTargetContext targetContext, string stateName, string proposedName, string proposedFolder)
Section titled “Method: Show(NewHostedBehaviorTreeTargetContext targetContext, string stateName, string proposedName, string proposedFolder)”Original lines: 146-170
Declaration hash: sha256:3cf902a72f095a805f70afffedb4c897cf2eabaf12909d264cf97e1141a0291b
public bool Show(NewHostedBehaviorTreeTargetContext targetContext, string stateName, string proposedName, string proposedFolder);Method: Hide()
Section titled “Method: Hide()”Original lines: 173-177
Declaration hash: sha256:00a2610fa06400b7feaff271420bb988eba1f84c7fae1fea6047b7e37d1868bc
public void Hide();Method: ShowFailure(string reason)
Section titled “Method: ShowFailure(string reason)”Original lines: 181-188
Declaration hash: sha256:5a4d721eaa0d166c4ee87ceca54021e74fb48ff9903103cd246de7a1cab9eb0c
public void ShowFailure(string reason);