csharp
public abstract class CompositorLeafNodeThe base of every node that draws and contains nothing.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
One flow in, one flow out. Declaring the pair once is what makes adding a node kind a class with an Emit in it rather than a class with two fields nobody reads and an Emit.
Fields and properties (2)
Used by (9)
- BufferReadbackNodeVixen.Editor.AssetEditors
- BufferUploadNodeVixen.Editor.AssetEditors
- ComputeNodeVixen.Editor.AssetEditors
- FullScreenNodeVixen.Editor.AssetEditors
- GpuCullingNodeVixen.Editor.AssetEditors
- HiZNodeVixen.Editor.AssetEditors
- PunctualShadowNodeVixen.Editor.AssetEditors
- ShadowMapNodeVixen.Editor.AssetEditors
- SingleStageNodeVixen.Editor.AssetEditors