Vixen
02b45cc4
csharp
public record class SingleStageAsset

One stage drawn from one view.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public string Name

    The node's name, for debug groups and for a human reading the file.

  • public bool Enabled

    Whether the node runs.

  • public string View

    The name of the view to draw from.

  • public string Stage

    The name of the stage to draw.

Used by (8)

  • CompositorAssetTestsVixen.Rendering.Tests
  • CompositorBuilderVixen.Rendering
  • CompositorContentTestsVixen.Assets.Tests
  • GraphicsCompositorAssetVixen.Rendering
  • TypeRegistrationVixen.Rendering
  • Vixen_Rendering_Compositor_SingleStageAssetSerializerVixen.Rendering
  • CompositorCompilerTestsVixen.Editor.AssetEditors.Tests
  • SingleStageNodeVixen.Editor.AssetEditors