/// <summary>
 /// find branch containing specified node index
 /// </summary>
 public int GetMatchingChildIndex(int activeInstanceIdx, FBTNodeIndex nodeIdx)
 => E_UBTCompositeNode_GetMatchingChildIndex(this, activeInstanceIdx, nodeIdx);
Esempio n. 2
0
 public bool TakesPriorityOver(FBTNodeIndex other)
 => E_FBTNodeIndex_TakesPriorityOver(this, other);