Class AboveCloudsView.FlyingCloud
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class AboveCloudsView.FlyingCloud : AboveCloudsView.Cloud, IDrawable
- Inheritance
-
AboveCloudsView.FlyingCloud
- Implements
- Inherited Members
Constructors
FlyingCloud(AboveCloudsView, Vector2, float, int, float, float, float)
public FlyingCloud(AboveCloudsView aboveCloudsScene, Vector2 pos, float depth, int index, float flattened, float alpha, float shaderInputColor)
Parameters
aboveCloudsSceneAboveCloudsViewposVector2depthfloatindexintflattenedfloatalphafloatshaderInputColorfloat
Fields
alpha
public float alpha
Field Value
flattened
public float flattened
Field Value
shaderInputColor
public float shaderInputColor
Field Value
Methods
DrawSprites(SpriteLeaser, RoomCamera, float, Vector2)
public override void DrawSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, float timeStacker, Vector2 camPos)
Parameters
sLeaserRoomCamera.SpriteLeaserrCamRoomCameratimeStackerfloatcamPosVector2
InitiateSprites(SpriteLeaser, RoomCamera)
public override void InitiateSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam)
Parameters
sLeaserRoomCamera.SpriteLeaserrCamRoomCamera