Vehicle |
The VehicleTypeWheel type exposes the following members.
| Name | Description | |
|---|---|---|
| AngularDamping | Angular damping factor of the wheel: dw/dt = -c * w. | |
| AntiRollBarStiffness | Stiffness (spring constant in N/m) of front wheel anti rollbar. Can be 0 to disable the anti-rollbar. | |
| AnyData |
The user data of the component.
(Inherited from Component) | |
| BaseType |
Gets the base type of the object.
(Inherited from Component) | |
| CloneSupport |
Whether the object supports cloning.
(Inherited from Component) | |
| Components |
Gets the collection of the child components.
(Inherited from Component) | |
| Count | The amount of wheels on one side. | |
| CreatedByBaseType |
Whether the object is created using a base type.
(Inherited from Component) | |
| Diameter | The diameter of the wheel. | |
| DifferentialEngineTorqueRatio | How much of the engines torque is applied to this differential (0 = none, 1 = full). | |
| DifferentialLeftRightSplit | Defines how the engine torque is split across the left and right wheel (0 = left, 0.5 = center, 1 = right). | |
| DifferentialLimitedSlipRatio | Ratio max / min wheel speed. When this ratio is exceeded, all torque gets distributed to the slowest moving wheel. This allows implementing a limited slip differential. Set to FLT_MAX (3.402823466e+38F) for an open differential. Value should be > 1. | |
| DifferentialRatio | Ratio between rotation speed of gear box and wheels. | |
| DisplayInEditor |
Whether to show the object in the editor.
(Inherited from Component) | |
| Disposed |
Whether the object is disposed.
(Inherited from Component) | |
| Distance | The distance between wheels on one side. | |
| Drive | ||
| EditorDocumentConfiguration |
Gets or sets the configuration data of the object's settings in the editor.
(Inherited from Component) | |
| EditorReadOnly |
Whether the object is read only in the editor.
(Inherited from Component) | |
| EditorReadOnlyInHierarchy |
Whether the object is read-only in the editor with respect to parent objects.
(Inherited from Component) | |
| Enabled |
Whether the component is enabled. Any functionality of component is not works when it disabled.
(Inherited from Component) | |
| EnabledInHierarchy |
Determines whether the object is attached to a hierarchy of the components and enabled. The object will be enabled only when all parents are enabled, and the property Enabled is enabled.
(Inherited from Component) | |
| EnabledInHierarchyAndIsInstance |
Determines when the object is attached to a hierarchy of the components, is enabled and the object if not part of a resource (it is usual object instance). The object will be enabled only when all parents are enabled, and the property Enabled is enabled.
(Inherited from Component) | |
| HierarchyController |
Gets the object hierarchy control controller.
(Inherited from Component) | |
| IsResource | (Inherited from Component) | |
| LateralFriction | Friction in sideway direction of tire as a function of the slip angle (degrees): angle between relative contact velocity and vehicle direction. | |
| LongitudinalFriction | Friction in forward direction of tire as a function of the slip ratio (fraction): (omega_wheel * r_wheel - v_longitudinal) / |v_longitudinal|. | |
| Mass | The mass of the wheel. | |
| MaxBrakeTorque | How much torque (Nm) the brakes can apply to front wheel. | |
| MaxHandBrakeTorque | How much torque (Nm) the hand brake can apply to front wheel. | |
| MaxSteeringAngle | The maximal steering angle of front wheels. | |
| Mesh | The mesh of the wheel. | |
| Name |
The name of the component.
(Inherited from Component) | |
| NetworkID | (Inherited from Component) | |
| NetworkIsClient | (Inherited from Component) | |
| NetworkIsServer |
Whether to work in network server mode. It is false until the scene is not loaded.
(Inherited from Component) | |
| NetworkIsSingle | (Inherited from Component) | |
| NetworkIsSingleOrClient | (Inherited from Component) | |
| NetworkMode |
Whether to enable synchronization of the component between server and clients.
(Inherited from Component) | |
| NetworkModeUsers | (Inherited from Component) | |
| Pair | Whether to create two wheels, instead of one. Use it to make three-wheellers, airplanes. | |
| Parent |
Gets the parent object.
(Inherited from Component) | |
| ParentRoot |
Gets the parent root object.
(Inherited from Component) | |
| Position | The position offset for the wheel. | |
| RemoveFromParentQueued |
Whether the object is placed in the detach queue from the parent.
(Inherited from Component) | |
| SaveSupport |
Whether the object supports saving to a file.
(Inherited from Component) | |
| ScreenLabel |
The displaying mode of an on-screen label of the component in the scene editor.
(Inherited from Component) | |
| SteeringTime | ||
| SuspensionDamping | ||
| SuspensionFrequency | ||
| SuspensionMaxLength | How long the suspension is in max droop position relative to the attachment point (m). | |
| SuspensionMinLength | How long the suspension is in max raised position relative to the attachment point (m). | |
| SuspensionPreloadLength | The natural length (m) of the suspension spring is defined as SuspensionMaxLength + SuspensionPreloadLength. | |
| TracksLateralFriction | Friction in sideway direction of tire. For Tracks mode only. | |
| TracksLongitudinalFriction | Friction in forward direction of tire. For Tracks mode only. | |
| TypeSettingsPrivateObjects |
Object settings when used as a type.
(Inherited from Component) | |
| Width | The width of the wheel. |