Class LizardGraphicsDebug
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class LizardGraphicsDebug : GraphicsModule, IDrawable
- Inheritance
-
LizardGraphicsDebug
- Implements
-
- Inherited Members
-
Constructors
LizardGraphicsDebug(PhysicalObject)
public LizardGraphicsDebug(PhysicalObject ow)
Parameters
ow PhysicalObject
Fields
drawPositions
public Vector2[,] drawPositions
Field Value
- Vector2[,]
frontBob
Field Value
- float
frontLegsGrabbing
public int frontLegsGrabbing
Field Value
- int
hindBob
Field Value
- float
hindLegsGrabbing
public int hindLegsGrabbing
Field Value
- int
legsGrabbing
Field Value
- int
limbs
public LizardLimb[] limbs
Field Value
- LizardLimb[]
lizard
Field Value
- Lizard
noGripCounter
Field Value
- int
tail
public TailSegment[] tail
Field Value
- TailSegment[]
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
Reset()
public override void Reset()
SuckedIntoShortCut(Vector2)
public override void SuckedIntoShortCut(Vector2 shortCutPosition)
Parameters
shortCutPosition Vector2
Update()
public override void Update()