# DescendantsWithPlayerVisibleContent

Property in [BasicBlock](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.compiler/yarn.compiler.basicblock)

## Summary

Gets all descendants (that is, destinations, and destinations of those destinations, and so on) that have any player-visible content, recursively.

```csharp
public IEnumerable<BasicBlock> DescendantsWithPlayerVisibleContent
{
            get; }
```

## Remarks

Cycles are detected and avoided.
