Class Drone
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class Drone : MonoBehaviour
- Inheritance
-
Drone
- Inherited Members
-
- Extension Methods
-
Constructors
Drone()
Fields
angularDrag
Field Value
- float
counter
Field Value
- float
done
Field Value
- bool
drag
Field Value
- float
dron
Field Value
- Transform
dropSound
public GameObject dropSound
Field Value
- GameObject
forceCurve
public AnimationCurve forceCurve
Field Value
- AnimationCurve
grav
Field Value
- float
items
Field Value
- Item[]
lastForce
Field Value
- Vector3
lastForceTarget
public Vector3 lastForceTarget
Field Value
- Vector3
localPos
Field Value
- Vector3
rig
Field Value
- Rigidbody
ropeLength
Field Value
- float
spring
Field Value
- float
Methods
FixedUpdate()
public void FixedUpdate()
LateUpdate()
Start()