Table of Contents

Class RoofTopView.DustWave

Namespace
Global
Assembly
Assembly-CSharp.dll
public class RoofTopView.DustWave : BackgroundScene.BackgroundSceneElement, IDrawable
Inheritance
RoofTopView.DustWave
Implements
Inherited Members

Constructors

DustWave(RoofTopView, string, Vector2, float, float)

public DustWave(RoofTopView roofTopScene, string assetName, Vector2 pos, float depth, float atmosphericalDepthAdd)

Parameters

roofTopScene RoofTopView
assetName string
pos Vector2
depth float
atmosphericalDepthAdd float

Fields

assetName

public string assetName

Field Value

string

atmosphericalDepthAdd

public float atmosphericalDepthAdd

Field Value

float

isTopmost

public bool isTopmost

Field Value

bool

lastPos

public Vector2 lastPos

Field Value

Vector2

offset

public Vector2 offset

Field Value

Vector2

scale

public float scale

Field Value

float

Properties

RoofTopScene

public RoofTopView RoofTopScene { get; }

Property Value

RoofTopView

Methods

DrawSprites(SpriteLeaser, RoomCamera, float, Vector2)

public override void DrawSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, float timeStacker, Vector2 camPos)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
timeStacker float
camPos Vector2

InitiateSprites(SpriteLeaser, RoomCamera)

public override void InitiateSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera