Class STOracleBehavior.SimpleDan
- Namespace
- MoreSlugcats
- Assembly
- Assembly-CSharp.dll
public class STOracleBehavior.SimpleDan : UpdatableAndDeletable, IDrawable
- Inheritance
-
STOracleBehavior.SimpleDan
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
SimpleDan(STOracleBehavior, Vector2, float, float)
public SimpleDan(STOracleBehavior parent, Vector2 pos, float dir, float speed)
Parameters
parent STOracleBehavior
pos Vector2
dir float
speed float
Fields
active
Field Value
- bool
destroyType
public STOracleBehavior.SimpleDan.DestroyType destroyType
Field Value
- STOracleBehavior.SimpleDan.DestroyType
dir
Field Value
- float
dirTicker
Field Value
- float
lastActive
Field Value
- bool
life
Field Value
- float
parent
public STOracleBehavior parent
Field Value
- STOracleBehavior
pos
Field Value
- Vector2
radius
Field Value
- float
speed
Field Value
- float
Methods
AddToContainer(SpriteLeaser, RoomCamera, FContainer)
public void AddToContainer(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, FContainer newContatiner)
Parameters
sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
newContatiner FContainer
ApplyPalette(SpriteLeaser, RoomCamera, RoomPalette)
public void ApplyPalette(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, RoomPalette palette)
Parameters
sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
palette RoomPalette
DrawSprites(SpriteLeaser, RoomCamera, float, Vector2)
public 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 void InitiateSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam)
Parameters
sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
Update(bool)
public override void Update(bool eu)
Parameters
eu bool