TorqueScript Reference
Public Member Functions | List of all members
PickingSceneController Class Reference

Inherits SimObject.

Inherited by BuoyancyController, and PointForceController.

Public Member Functions

String getControlGroups ()
 
String getControlLayers ()
 
void setControlGroups (groups $)
 
void setControlLayers (layers $)
 
- Public Member Functions inherited from SimObject
Integer clone ([copyDynamicFields=false]?)
 
void delete ()
 
Integer getId ()
 
void setName (newName)
 
String getName ()
 
String getClassNamespace ()
 
String getSuperClassNamespace ()
 
void setClassNamespace (nameSpace)
 
void setSuperClassNamespace ()
 
Boolean isMethod (string methodName)
 
String call (methodName, [args]*)
 
void dumpClassHierarchy ()
 
void dump ()
 
Boolean isMemberOfClass (string classname)
 
String getClassName ()
 
String getFieldValue (fieldName)
 
Boolean setFieldValue (fieldName, value)
 
Integer getDynamicFieldCount ()
 
String getDynamicField (index)
 
Integer getFieldCount ()
 
String getField (int index)
 
void setProgenitorFile (file)
 
String getProgenitorFile ()
 
Integer getType ()
 
String getFieldType (fieldName)
 
void setInternalName (string InternalName)
 
String getInternalName ()
 
Boolean isChildOfGroup (groupID)
 
Integer getGroup ()
 
Boolean startTimer (callbackFunction, float timePeriod, [repeat]?)
 
void stopTimer ()
 
Boolean isTimerActive ()
 
Integer schedule (time, command, [arg]*)
 
Boolean save (fileName, [selectedOnly]?)
 
void addFieldFilter (fieldName)
 
void removeFieldFilter (fieldName)
 

Member Function Documentation

String getControlGroups ( )

Gets the control groups.

Returns
(controlGroups) A list of groups that are affected by the controller.
String getControlLayers ( )

Gets the control layers.

Returns
(controlLayers) A list of layers that are affected by the controller.
void setControlGroups ( groups  $)

Sets the control group(s).

Parameters
groupsA list of groups that are affected by the controller.
Returns
No return value.
void setControlLayers ( layers  $)

Sets the control layers(s).

Parameters
layersA list of layers that are affected by the controller.
Returns
No return value.