Class UserPointerStructure
- java.lang.Object
-
- com.github.ranchordo.lepton.engine.physics.UserPointerStructure
-
public class UserPointerStructure extends Object
A way for you to organise your rigidbodies using pointers so that you don't have to execute time-intensive searches.
-
-
Field Summary
Fields Modifier and Type Field Description RigidBodyEntry
ParentRBEntryPointer
-
Constructor Summary
Constructors Constructor Description UserPointerStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addUserPointer(String a, Object b)
HashMap<String,Object>
getUserPointers()
-