Show / Hide Table of Contents

Class ImageParallaxTextureSource

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

Properties

| Improve this Doc View Source

Path

Texture path.

Declaration
public ResPath Path { 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
☀
☾