Class Web
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class Web : MonoBehaviour
- Inheritance
-
Web
- Inherited Members
-
- Extension Methods
-
Constructors
Web()
Fields
col
Field Value
- BoxCollider
currentPos
public Vector3 currentPos
Field Value
- Vector3
distanceFactor
public float distanceFactor
Field Value
- float
drag
Field Value
- float
force
Field Value
- float
heldPart
public Rigidbody heldPart
Field Value
- Rigidbody
heldPlayer
Field Value
- Player
line
Field Value
- LineRenderer
mid
Field Value
- Vector3
p1
Field Value
- Vector3
p2
Field Value
- Vector3
sinceLetGo
Field Value
- float
sinceSpawn
Field Value
- float
stuck
public SFX_Instance stuck
Field Value
- SFX_Instance
stuckFor
Field Value
- float
unStuck
public SFX_Instance unStuck
Field Value
- SFX_Instance
vel
Field Value
- Vector3
view
Field Value
- PhotonView
webParent
public WebParent webParent
Field Value
- WebParent
wholeBodyFactor
public float wholeBodyFactor
Field Value
- float
Methods
ConfigWeb()
Returns
- bool
FixedUpdate()
public void FixedUpdate()
GetRefs()
LetGo()
OnTriggerEnter(Collider)
public void OnTriggerEnter(Collider other)
Parameters
other
Collider
SetCustom(Vector3, Vector3)
public void SetCustom(Vector3 vec1, Vector3 vec2)
Parameters
vec1
Vector3
vec2
Vector3
StickToPlayer(Rigidbody, Player)
public void StickToPlayer(Rigidbody playerPart, Player player)
Parameters
playerPart
Rigidbody
player
Player
TryInit()
Returns
- bool
Update()