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 SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Layers
Parallax layers.
Declaration
public List<ParallaxLayerConfig> Layers { get; }
Property Value
Type | Description |
---|---|
List<ParallaxLayerConfig> |
LayersLQ
Parallax layers, low-quality.
Declaration
public List<ParallaxLayerConfig> LayersLQ { get; }
Property Value
Type | Description |
---|---|
List<ParallaxLayerConfig> |
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