Show / Hide Table of Contents

Class ParallaxPrototype

Prototype data for a parallax.

Inheritance
System.Object
ParallaxPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Client.Parallax.Data
Assembly: Content.Client.dll
Syntax
public sealed class ParallaxPrototype : object, IPrototype

Properties

| Improve this Doc View Source

ID

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

Layers

Parallax layers.

Declaration
public List<ParallaxLayerConfig> Layers { get; }
Property Value
Type Description
List<ParallaxLayerConfig>
| Improve this Doc View Source

LayersLQ

Parallax layers, low-quality.

Declaration
public List<ParallaxLayerConfig> LayersLQ { get; }
Property Value
Type Description
List<ParallaxLayerConfig>
| Improve this Doc View Source

LayersLQUseHQ

If low-quality layers don't exist for this parallax and high-quality should be used instead.

Declaration
public bool LayersLQUseHQ { get; }
Property Value
Type Description
System.Boolean

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾