Last modified: 2013-3-2
Class JitterGUIUtilsInterface
JitterGUIUtils -- classes for managing 3D UI objects.
public interface for multiple JitterGUITrackers.
Constructor Attributes | Constructor Name and Description |
---|---|
public interface for multiple JitterGUITrackers.
|
Field Attributes | Field Name and Description |
---|---|
JitterGUITracker Array |
Method Attributes | Method Name and Description |
---|---|
add_client(dest, newclient)
no info
|
|
add_tracker(dest)
add tracker for a given destination.
|
|
delete_bogus_clients(dest)
no info
|
|
init(dest)
init tracker for a given destination.
|
Class Detail
JitterGUIUtilsInterface
()
public interface for multiple JitterGUITrackers. One and
only one is made for a given render destination when needed.
- Example:
//TODO
Field Detail
{JitterGUITracker Array}
trackers
- Example:
//TODO
Method Detail
add_client
(dest, newclient)
no info
- Example:
//TODO
- Parameters:
- dest
- newclient
add_tracker
(dest)
add tracker for a given destination.
- Example:
//TODO
- Parameters:
- dest
delete_bogus_clients
(dest)
no info
- Example:
//TODO
- Parameters:
- dest
init
(dest)
init tracker for a given destination.
- Example:
//TODO
- Parameters:
- dest