25 lines
755 B
Plaintext
25 lines
755 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/EnergySwordBehaviour_SoftConnection.html
|
|
Title: People Playground Modding - EnergySwordBehaviour.SoftConnection
|
|
==================================================
|
|
|
|
public class SoftConnection
|
|
This nested type resides in EnergySwordBehaviour
|
|
Yet another soft connection class... this will be cleaned up one day
|
|
Fields
|
|
public FrictionJoint2D joint
|
|
[System.NonSerialized]
|
|
No description provided
|
|
|
|
public PhysicalBehaviour phys
|
|
No description provided
|
|
|
|
public Collider2D coll
|
|
No description provided
|
|
|
|
public bool shouldBeDeleted
|
|
[System.NonSerialized]
|
|
No description provided
|
|
|
|
Methods
|
|
public (constructor) SoftConnection(FrictionJoint2D joint, PhysicalBehaviour phys, Collider2D coll)
|
|
No description provided |