Show / Hide Table of Contents

Struct ParallaxLayerPrepared

A 'prepared' (i.e. texture loaded and ready to use) parallax layer.

Namespace: Content.Client.Parallax
Assembly: Content.Client.dll
Syntax
public struct ParallaxLayerPrepared

Properties

| Improve this Doc View Source

Config

The configuration for this layer.

Declaration
public ParallaxLayerConfig Config { get; set; }
Property Value
Type Description
ParallaxLayerConfig
| Improve this Doc View Source

Texture

The loaded texture for this layer.

Declaration
public Texture Texture { get; set; }
Property Value
Type Description
Robust.Client.Graphics.Texture
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾