Table of Contents

Class Sosig.BleedingEvent

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public class Sosig.BleedingEvent
Inheritance
Sosig.BleedingEvent
Inherited Members

Constructors

public BleedingEvent(GameObject PrefabToSpawn, SosigLink L, float bloodAmount, Vector3 pos, Vector3 dir, float bleedIntensity, float vfxIntensity)

Parameters

PrefabToSpawn GameObject
L SosigLink
bloodAmount float
pos Vector3
dir Vector3
bleedIntensity float
vfxIntensity float

Fields

BleedIntensity

public float BleedIntensity

Field Value

float

BleedVFXIntensity

public float BleedVFXIntensity

Field Value

float

l

public SosigLink l

Field Value

SosigLink

m_system

public ParticleSystem m_system

Field Value

ParticleSystem

mustardLeftToBleed

public float mustardLeftToBleed

Field Value

float

Methods

Dispose()

public void Dispose()

EndBleedEvent()

public void EndBleedEvent()

IsDone()

public bool IsDone()

Returns

bool

Update(float, float)

public float Update(float t, float totalMustardLeft)

Parameters

t float
totalMustardLeft float

Returns

float