BehaviorTreeDecoratorTooltipFactory.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeDecoratorTooltipFactory.cs.
Source snapshot ad0983d00d77.
On this page
Original file: Packages/io.bitquirky.behavior/Editor/BehaviorTreeDecoratorTooltipFactory.cs
Source file hash: sha256:bbdf45b13d6e14bb905b543b167853f127010b51bd891087f88c358b82886fe6
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: BehaviorTreeDecoratorTooltipFactory
Section titled “Type: BehaviorTreeDecoratorTooltipFactory”Original lines: 45-144
Declaration hash: sha256:0e13be9694e8a8f1dd7d966fe210faa3a43602ce811d9d391443887a38ebeeac
public static class BehaviorTreeDecoratorTooltipFactory{}Method: Compose(BakedBehaviorArtifact artifact, int bakedIndex)
Section titled “Method: Compose(BakedBehaviorArtifact artifact, int bakedIndex)”Original lines: 54-87
Declaration hash: sha256:a5d432551d8843f5a4d52447bfb7b5dcded9a5141a7d171303f6af96e54ed1b0
public static string Compose(BakedBehaviorArtifact artifact, int bakedIndex);