Click or drag to resize

VehicleTypeWheel Properties

The VehicleTypeWheel type exposes the following members.

Properties
 NameDescription
Public propertyAngularDamping Angular damping factor of the wheel: dw/dt = -c * w.
Public propertyAntiRollBarStiffness Stiffness (spring constant in N/m) of front wheel anti rollbar. Can be 0 to disable the anti-rollbar.
Public propertyAnyData The user data of the component.
(Inherited from Component)
Public propertyBaseType Gets the base type of the object.
(Inherited from Component)
Public propertyCloneSupport Whether the object supports cloning.
(Inherited from Component)
Public propertyComponents Gets the collection of the child components.
(Inherited from Component)
Public propertyCount The amount of wheels on one side.
Public propertyCreatedByBaseType Whether the object is created using a base type.
(Inherited from Component)
Public propertyDiameter The diameter of the wheel.
Public propertyDifferentialEngineTorqueRatio How much of the engines torque is applied to this differential (0 = none, 1 = full).
Public propertyDifferentialLeftRightSplit Defines how the engine torque is split across the left and right wheel (0 = left, 0.5 = center, 1 = right).
Public propertyDifferentialLimitedSlipRatio 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.
Public propertyDifferentialRatio Ratio between rotation speed of gear box and wheels.
Public propertyDisplayInEditor Whether to show the object in the editor.
(Inherited from Component)
Public propertyDisposed Whether the object is disposed.
(Inherited from Component)
Public propertyDistance The distance between wheels on one side.
Public propertyDrive 
Public propertyEditorDocumentConfiguration Gets or sets the configuration data of the object's settings in the editor.
(Inherited from Component)
Public propertyEditorReadOnly Whether the object is read only in the editor.
(Inherited from Component)
Public propertyEditorReadOnlyInHierarchy Whether the object is read-only in the editor with respect to parent objects.
(Inherited from Component)
Public propertyEnabled Whether the component is enabled. Any functionality of component is not works when it disabled.
(Inherited from Component)
Public propertyEnabledInHierarchy 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)
Public propertyEnabledInHierarchyAndIsInstance 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)
Public propertyHierarchyController Gets the object hierarchy control controller.
(Inherited from Component)
Public propertyIsResource
(Inherited from Component)
Public propertyLateralFriction Friction in sideway direction of tire as a function of the slip angle (degrees): angle between relative contact velocity and vehicle direction.
Public propertyLongitudinalFriction Friction in forward direction of tire as a function of the slip ratio (fraction): (omega_wheel * r_wheel - v_longitudinal) / |v_longitudinal|.
Public propertyMass The mass of the wheel.
Public propertyMaxBrakeTorque How much torque (Nm) the brakes can apply to front wheel.
Public propertyMaxHandBrakeTorque How much torque (Nm) the hand brake can apply to front wheel.
Public propertyMaxSteeringAngle The maximal steering angle of front wheels.
Public propertyMesh The mesh of the wheel.
Public propertyName The name of the component.
(Inherited from Component)
Public propertyNetworkID
(Inherited from Component)
Public propertyNetworkIsClient
(Inherited from Component)
Public propertyNetworkIsServer Whether to work in network server mode. It is false until the scene is not loaded.
(Inherited from Component)
Public propertyNetworkIsSingle
(Inherited from Component)
Public propertyNetworkIsSingleOrClient
(Inherited from Component)
Public propertyNetworkMode Whether to enable synchronization of the component between server and clients.
(Inherited from Component)
Public propertyNetworkModeUsers
(Inherited from Component)
Public propertyPair Whether to create two wheels, instead of one. Use it to make three-wheellers, airplanes.
Public propertyParent Gets the parent object.
(Inherited from Component)
Public propertyParentRoot Gets the parent root object.
(Inherited from Component)
Public propertyPosition The position offset for the wheel.
Public propertyRemoveFromParentQueued Whether the object is placed in the detach queue from the parent.
(Inherited from Component)
Public propertySaveSupport Whether the object supports saving to a file.
(Inherited from Component)
Public propertyScreenLabel The displaying mode of an on-screen label of the component in the scene editor.
(Inherited from Component)
Public propertySteeringTime 
Public propertySuspensionDamping 
Public propertySuspensionFrequency 
Public propertySuspensionMaxLength How long the suspension is in max droop position relative to the attachment point (m).
Public propertySuspensionMinLength How long the suspension is in max raised position relative to the attachment point (m).
Public propertySuspensionPreloadLength The natural length (m) of the suspension spring is defined as SuspensionMaxLength + SuspensionPreloadLength.
Public propertyTracksLateralFriction Friction in sideway direction of tire. For Tracks mode only.
Public propertyTracksLongitudinalFriction Friction in forward direction of tire. For Tracks mode only.
Public propertyTypeSettingsPrivateObjects Object settings when used as a type.
(Inherited from Component)
Public propertyWidth The width of the wheel.
Top
See Also