DescendantsWithPlayerVisibleContent
Last updated
Was this helpful?
Property in BasicBlock
Gets all descendants (that is, destinations, and destinations of those destinations, and so on) that have any player-visible content, recursively.
public IEnumerable<BasicBlock> DescendantsWithPlayerVisibleContent
{
get; }Cycles are detected and avoided.
Last updated
Was this helpful?
Was this helpful?
