![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Attached to the top level of a rope object. More...
Public Member Functions | |
virtual RopeSection | GetSectionAbove (RopeSection section) |
Gets the rope section above the provided one or null if none. More... | |
virtual RopeSection | GetSectionBelow (RopeSection section) |
Gets the rope section below the provided one or null if none. More... | |
Protected Member Functions | |
virtual void | Init () |
Init this instance. More... | |
Protected Attributes | |
List< RopeSection > | sections |
Ordered list of the sections of rope taht make up this rope. More... | |
Attached to the top level of a rope object.
|
virtual |
Gets the rope section above the provided one or null if none.
|
virtual |
Gets the rope section below the provided one or null if none.
|
protectedvirtual |
Init this instance.
|
protected |
Ordered list of the sections of rope taht make up this rope.