AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkRevoluteJoint Members

The following tables list the members exposed by TAgkRevoluteJoint.

 
Name 
Description 
 
FID 
 
 
Name 
Description 
 
This is the overview for the Create constructor overload. 
 
All joints are automatically destroyed when their owner (such as the scene in which it is used) is destroyed. However, if you don't need the joint anymore, you can save memory (especially on mobile devices) by destroying it earlier. Also, when the joint has no owner, you need to destroy it yourself when you are done with it.
TAgkJoint 
 
Destroys and frees this object. 
 
Turns off limits.
TAgkLimitedJoint 
 
Turns off a motor previously applied to the joint. 
 
Sets the limit that this joint can reach before stopping. 
 
Turns on a motor for the joint so that it moves continuously until prevented by a collision. 
 
Name 
Description 
 
ID 
The internal ID of the object. 
 
The number of objects that this object owns. 
 
The objects that this object owns. 
 
The owner of this object. 
 
Returns the amount of force applied to the joint in the last time step. 
 
Returns the amount of force applied to the joint in the X direction in the last time step. 
 
Returns the amount of force applied to the joint in the Y direction in the last time step. 
 
Returns the amount of torque applied to the joint in the last time step. 
Copyright (c) 2012. All rights reserved.