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 SourceConfig
The configuration for this layer.
Declaration
public ParallaxLayerConfig Config { get; set; }
Property Value
Type | Description |
---|---|
ParallaxLayerConfig |
Texture
The loaded texture for this layer.
Declaration
public Texture Texture { get; set; }
Property Value
Type | Description |
---|---|
Robust.Client.Graphics.Texture |