Show / Hide Table of Contents

Class GeneratedParallaxTextureSource

Inheritance
System.Object
GeneratedParallaxTextureSource
Implements
IParallaxTextureSource
Namespace: Content.Client.Parallax.Data
Assembly: Content.Client.dll
Syntax
public sealed class GeneratedParallaxTextureSource : object, IParallaxTextureSource

Properties

| Improve this Doc View Source

Identifier

ID for debugging, caching, and so forth. The empty string here is reserved for the original parallax. It is advisible to provide a roughly unique ID for any unique config contents.

Declaration
public string Identifier { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ParallaxConfigPath

Parallax config path (the TOML file). In client resources.

Declaration
public ResPath ParallaxConfigPath { get; }
Property Value
Type Description
Robust.Shared.Utility.ResPath

Explicit Interface Implementations

| Improve this Doc View Source

IParallaxTextureSource.GenerateTexture(CancellationToken)

Declaration
Task<Texture> IParallaxTextureSource.GenerateTexture(CancellationToken cancel)
Parameters
Type Name Description
CancellationToken cancel
Returns
Type Description
Task<Robust.Client.Graphics.Texture>

Implements

IParallaxTextureSource
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾