Inherits PickingSceneController.
Gets the angular drag coefficient.
- Returns
- The angular drag coefficient.
Gets the point force being used.
- Returns
- The point force being used.
Gets the linear drag coefficient.
- Returns
- The linear drag coefficient.
Gets whether to apply the force non-linearly (using the inverse square law) or linearly.
- Returns
- Whether to apply the force non-linearly (using the inverse square law) or linearly.
Gets the position of the force center.
- Returns
- (float x/float y) The x and y (horizontal and vertical) position of the force center.
Gets the radius of the point force being used.
- Returns
- The radius of the point force being used.
Gets the scene object from which the position will be tracked.
- Returns
- The scene object from which the position will be tracked or an empty string if nothing is being tracked.
void setAngularDrag |
( |
angularDrag |
| ) |
|
Sets the angular drag coefficient (0.0 to 1.0).
- Parameters
-
angularDrag | The angular drag coefficient |
- Returns
- No return value.
Sets the point force to use.
- Parameters
-
force | The point force to use. |
- Returns
- No return value.
void setLinearDrag |
( |
linearDrag |
| ) |
|
Sets the linear drag coefficient (0.0 to 1.0).
- Parameters
-
linearDrag | The linear drag coefficient |
- Returns
- No return value.
void setNonLinear |
( |
nonLinear |
| ) |
|
Sets whether to apply the force non-linearly (using the inverse square law) or linearly.
- Parameters
-
nonLinear | whether to apply the force non-linearly (using the inverse square law) or linearly. |
- Returns
- No return value.
void setPosition |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
Sets the position of the force center.
- Parameters
-
x | The position along the horizontal axis. |
y | The position along the vertical axis. |
- Returns
- No return value.
void setRadius |
( |
radius |
| ) |
|
Sets the radius of the point force to use.
- Parameters
-
radius | The radius of the point force to use. |
- Returns
- No return value.
void setTrackedObject |
( |
sceneObject |
| ) |
|
Sets a scene object from which the position will be tracked.
- Parameters
-
sceneObject | The scene object from which the position will be tracked. An empty string will stop tracking. |
- Returns
- No return value.