Table of Contents

Class ItemGooBall

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class ItemGooBall : ItemInstanceBehaviour
Inheritance
ItemGooBall
Inherited Members
Extension Methods

Constructors

ItemGooBall()

public ItemGooBall()

Fields

explodeTime

[FormerlySerializedAs("maxLifeTime")]
public float explodeTime

Field Value

float

exploded

public bool exploded

Field Value

bool

explodedGoopPref

public GameObject explodedGoopPref

Field Value

GameObject

lightObj

public GameObject lightObj

Field Value

GameObject

m_lifeTimeEntry

public LifeTimeEntry m_lifeTimeEntry

Field Value

LifeTimeEntry

sphereCollider

[FormerlySerializedAs("sphereCollider_gc")]
public SphereCollider sphereCollider

Field Value

SphereCollider

stashAbleEntry

public StashAbleEntry stashAbleEntry

Field Value

StashAbleEntry

tickingSound

public AudioLoop tickingSound

Field Value

AudioLoop

timeNotHeld

public float timeNotHeld

Field Value

float

usedEntry

public OnOffEntry usedEntry

Field Value

OnOffEntry

Methods

CheckCollision(Collision)

public void CheckCollision(Collision other)

Parameters

other Collision

ConfigItem(ItemInstanceData, PhotonView)

public override void ConfigItem(ItemInstanceData data, PhotonView playerView)

Parameters

data ItemInstanceData
playerView PhotonView

OnCollisionEnter(Collision)

public void OnCollisionEnter(Collision other)

Parameters

other Collision

OnCollisionStay(Collision)

public void OnCollisionStay(Collision other)

Parameters

other Collision

SpawnExplosive()

public void SpawnExplosive()

Update()

public void Update()