public virtual void Read(PackFileDeserializer des, BinaryReaderEx br) { m_transforms = new hkpSetLocalTransformsConstraintAtom(); m_transforms.Read(des, br); m_cogWheels = new hkpCogWheelConstraintAtom(); m_cogWheels.Read(des, br); }
public virtual void Read(PackFileDeserializer des, BinaryReaderEx br) { m_transforms = new hkpSetLocalTransformsConstraintAtom(); m_transforms.Read(des, br); m_friction = new hkpWheelFrictionConstraintAtom(); m_friction.Read(des, br); }
public virtual void Read(PackFileDeserializer des, BinaryReaderEx br) { m_transforms = new hkpSetLocalTransformsConstraintAtom(); m_transforms.Read(des, br); m_lin = new hkpDeformableLinConstraintAtom(); m_lin.Read(des, br); m_ang = new hkpDeformableAngConstraintAtom(); m_ang.Read(des, br); }
public virtual void Read(PackFileDeserializer des, BinaryReaderEx br) { m_transforms = new hkpSetLocalTransformsConstraintAtom(); m_transforms.Read(des, br); m_setupStabilization = new hkpSetupStabilizationAtom(); m_setupStabilization.Read(des, br); m_2dAng = new hkp2dAngConstraintAtom(); m_2dAng.Read(des, br); m_ballSocket = new hkpBallSocketConstraintAtom(); m_ballSocket.Read(des, br); }
public virtual void Read(PackFileDeserializer des, BinaryReaderEx br) { m_suspensionBase = new hkpSetLocalTransformsConstraintAtom(); m_suspensionBase.Read(des, br); m_lin0Limit = new hkpLinLimitConstraintAtom(); m_lin0Limit.Read(des, br); m_lin0Soft = new hkpLinSoftConstraintAtom(); m_lin0Soft.Read(des, br); m_lin1 = new hkpLinConstraintAtom(); m_lin1.Read(des, br); m_lin2 = new hkpLinConstraintAtom(); m_lin2.Read(des, br); m_steeringBase = new hkpSetLocalRotationsConstraintAtom(); m_steeringBase.Read(des, br); m_2dAng = new hkp2dAngConstraintAtom(); m_2dAng.Read(des, br); }
public virtual void Read(PackFileDeserializer des, BinaryReaderEx br) { m_transforms = new hkpSetLocalTransformsConstraintAtom(); m_transforms.Read(des, br); m_motor = new hkpLinMotorConstraintAtom(); m_motor.Read(des, br); m_friction = new hkpLinFrictionConstraintAtom(); m_friction.Read(des, br); m_ang = new hkpAngConstraintAtom(); m_ang.Read(des, br); m_lin0 = new hkpLinConstraintAtom(); m_lin0.Read(des, br); m_lin1 = new hkpLinConstraintAtom(); m_lin1.Read(des, br); m_linLimit = new hkpLinLimitConstraintAtom(); m_linLimit.Read(des, br); br.ReadUInt64(); }
public virtual void Read(PackFileDeserializer des, BinaryReaderEx br) { m_transforms = new hkpSetLocalTransformsConstraintAtom(); m_transforms.Read(des, br); m_setupStabilization = new hkpSetupStabilizationAtom(); m_setupStabilization.Read(des, br); m_ragdollMotors = new hkpRagdollMotorConstraintAtom(); m_ragdollMotors.Read(des, br); m_angFriction = new hkpAngFrictionConstraintAtom(); m_angFriction.Read(des, br); m_twistLimit = new hkpTwistLimitConstraintAtom(); m_twistLimit.Read(des, br); m_coneLimit = new hkpConeLimitConstraintAtom(); m_coneLimit.Read(des, br); m_planesLimit = new hkpConeLimitConstraintAtom(); m_planesLimit.Read(des, br); m_ballSocket = new hkpBallSocketConstraintAtom(); m_ballSocket.Read(des, br); }