Class ParallaxSystem
Inheritance
System.Object
ParallaxSystem
Assembly: Content.Client.dll
Syntax
public sealed class ParallaxSystem : SharedParallaxSystem
Fields
|
Improve this Doc
View Source
ParallaxZIndex
Declaration
public const int ParallaxZIndex = null
Field Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
GetParallax(EntityUid)
Declaration
public string GetParallax(EntityUid mapUid)
Parameters
Type |
Name |
Description |
EntityUid |
mapUid |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetParallax(MapId)
Declaration
public string GetParallax(MapId mapId)
Parameters
Type |
Name |
Description |
Robust.Shared.Map.MapId |
mapId |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetParallaxLayers(MapId)
Declaration
public ParallaxLayerPrepared[] GetParallaxLayers(MapId mapId)
Parameters
Type |
Name |
Description |
Robust.Shared.Map.MapId |
mapId |
|
Returns
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
|
Improve this Doc
View Source
Shutdown()
Declaration
public override void Shutdown()