Game Development Community

Class Documentation

by Anthony Suarez · in Torque X 2D · 06/06/2009 (7:32 pm) · 4 replies

I was wondering if there is any class documentation available for Torque X 2D. I am completely new to Torque X and I am trying to find more information about the T2DComponent. Is there any documentation available that will describe T2DComponent, its purpose and detailed information about its methods? Something similar to JavaDocs.

#1
06/08/2009 (4:19 pm)
If you have the Pro version (with the source code) you pretty much need to read the source, which is fairly well documented. That is how I have learned most of what I know about TorqueX.
#2
06/08/2009 (6:39 pm)
Do you know if that is the case for TX3D too?
#4
06/09/2009 (3:01 am)
Yeah I've seen that, tis why I ask. If the only code comments for T3DRigidComponent is "Adds physics and collision to a scene component" then the code is in worse shape than I expected.