Table of Contents

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

public bool active

Field Value

bool

destroyType

public STOracleBehavior.SimpleDan.DestroyType destroyType

Field Value

STOracleBehavior.SimpleDan.DestroyType

dir

public float dir

Field Value

float

dirTicker

public float dirTicker

Field Value

float

lastActive

public bool lastActive

Field Value

bool

life

public float life

Field Value

float

parent

public STOracleBehavior parent

Field Value

STOracleBehavior

pos

public Vector2 pos

Field Value

Vector2

radius

public float radius

Field Value

float

speed

public float speed

Field Value

float

Methods

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