Table of Contents

Class RoofTopView.DistantBuilding

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

Constructors

DistantBuilding(RoofTopView, string, Vector2, float, float)

public DistantBuilding(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

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