Class SharedGasTileOverlaySystem
Inheritance
System.Object
SharedGasTileOverlaySystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedGasTileOverlaySystem : EntitySystem
Fields
|
Improve this Doc
View Source
AccumulatedFrameTime
Declaration
protected float AccumulatedFrameTime
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ChunkSize
Declaration
public const byte ChunkSize = null
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ProtoMan
Declaration
protected readonly IPrototypeManager ProtoMan
Field Value
Type |
Description |
Robust.Shared.Prototypes.IPrototypeManager |
|
|
Improve this Doc
View Source
PvsEnabled
Declaration
protected bool PvsEnabled
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
VisibleGasId
array of the ids of all visible gases.
Declaration
public int[] VisibleGasId
Field Value
Type |
Description |
System.Int32[] |
|
Methods
|
Improve this Doc
View Source
GetGasChunkIndices(Vector2i)
Declaration
public static Vector2i GetGasChunkIndices(Vector2i indices)
Parameters
Type |
Name |
Description |
Vector2i |
indices |
|
Returns
Type |
Description |
Vector2i |
|
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()