Vixen
02b45cc4
csharp
public record class SequenceAsset

Several nodes, run in order.

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

Fields and properties (3)

  • 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 ISceneRendererAsset[] Children

    The children, in the order they run.

Used by (11)

  • BufferTransferTestsVixen.Rendering.Tests
  • CompositorAssetTestsVixen.Rendering.Tests
  • CompositorBuilderVixen.Rendering
  • CompositorContentTestsVixen.Assets.Tests
  • GraphicsCompositorAssetVixen.Rendering
  • PostEffectTestsVixen.Rendering.PostFx.Tests
  • TypeRegistrationVixen.Rendering
  • Vixen_Rendering_Compositor_SequenceAssetSerializerVixen.Rendering
  • CompositorCompilerTestsVixen.Editor.AssetEditors.Tests
  • FrameNodeVixen.Editor.AssetEditors
  • SequenceNodeVixen.Editor.AssetEditors