Show / Hide Table of Contents

Class ParallaxGenerator

Inheritance
System.Object
ParallaxGenerator
Namespace: Content.Client.Parallax
Assembly: Content.Client.dll
Syntax
public sealed class ParallaxGenerator : object

Methods

| Improve this Doc View Source

GenerateParallax(TomlTable, Size, ISawmill, Nullable<List<Image<Rgba32>>>, CancellationToken)

Declaration
public static Image<Rgba32> GenerateParallax(TomlTable config, Size size, ISawmill sawmill, List<Image<Rgba32>>? debugLayerDump, CancellationToken cancel = null)
Parameters
Type Name Description
TomlTable config
Size size
Robust.Shared.Log.ISawmill sawmill
System.Nullable<List<Image<Rgba32>>> debugLayerDump
CancellationToken cancel
Returns
Type Description
Image<Rgba32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾