sims.prefabs

class Ragdoll

[source: sims/prefabs/Ragdoll.scala]

class Ragdoll(position : Vector2D)
extends Prefab
Value Summary
override val bodies : scala.List[Body]
val foot1 : Body
val foot2 : Body
val forearm1 : Body
val forearm2 : Body
val hand1 : Body
val hand2 : Body
val headTorso : Body
override val joints : scala.List[RevoluteJoint]
val shoulder1 : RevoluteJoint
val shoulder2 : RevoluteJoint
val thigh1 : Body
val thigh2 : Body
val tibia1 : Body
val tibia2 : Body
val upperArm1 : Body
val upperArm2 : Body
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val headTorso : Body

val thigh1 : Body

val thigh2 : Body

val tibia1 : Body

val tibia2 : Body

val foot1 : Body

val foot2 : Body

val upperArm1 : Body

val upperArm2 : Body

val forearm1 : Body

val forearm2 : Body

val hand1 : Body

val hand2 : Body

override val bodies : scala.List[Body]
Overrides
Prefab.bodies

val shoulder1 : RevoluteJoint

val shoulder2 : RevoluteJoint

override val joints : scala.List[RevoluteJoint]
Overrides
Prefab.joints