Click or drag to resize

VehicleType Class

A definition of the vehicle type.
Inheritance Hierarchy
SystemObject
  NeoAxisComponent
    NeoAxisVehicleType

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class VehicleType : Component

The VehicleType type exposes the following members.

Constructors
 NameDescription
Public methodVehicleTypeInitializes a new instance of the VehicleType class
Top
Properties
 NameDescription
Public propertyAnyData The user data of the component.
(Inherited from Component)
Public propertyBaseType Gets the base type of the object.
(Inherited from Component)
Public propertyChassis The type of chassis.
Public propertyCloneSupport Whether the object supports cloning.
(Inherited from Component)
Public propertyComponents Gets the collection of the child components.
(Inherited from Component)
Public propertyCreatedByBaseType Whether the object is created using a base type.
(Inherited from Component)
Public propertyDifferentialLimitedSlipRatio Ratio max / min average wheel speed of each differential (measured at the clutch). When the ratio is exceeded all torque gets distributed to the differential with the minimal average velocity. This allows implementing a limited slip differential between differentials. Set to FLT_MAX for an open differential. Value should be > 1.
Public propertyDisplayInEditor Whether to show the object in the editor.
(Inherited from Component)
Public propertyDisposed Whether the object is disposed.
(Inherited from Component)
Public propertyEditorDisplayLights Whether to display the debug visualization of the lights.
Public propertyEditorDisplayPhysics Whether to display the debug visualization of the physics.
Public propertyEditorDisplaySeats Whether to display the debug visualization of the seats.
Public propertyEditorDisplayWheels Whether to display the debug visualization of the wheels.
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 propertyEngineAngularDamping Angular damping factor of the wheel: dw/dt = -c * w.
Public propertyEngineInertia Moment of inertia (kg m^2) of the engine.
Public propertyEngineMaxRPM Max amount of revolutions per minute (rpm) the engine can generate.
Public propertyEngineMaxTorque Max amount of torque (Nm) that the engine can deliver.
Public propertyEngineMinRPM Min amount of revolutions per minute (rpm) the engine can produce without stalling.
Public propertyEngineNormalizedTorque Curve that describes a ratio of the max torque the engine can produce vs the fraction of the max RPM of the engine.
Public propertyGearDownSound 
Public propertyGearSounds 
Public propertyGearUpSound 
Public propertyHierarchyController Gets the object hierarchy control controller.
(Inherited from Component)
Public propertyIsResource
(Inherited from Component)
Public propertyLightOptimize Whether to enable lights optimization (shadows).
Public propertyLightPairs Whether to make two instances for each light for right and left sides.
Public propertyMaxPitchRollAngle Defines the maximum pitch/roll angle, can be used to avoid the car from getting upside down. The vehicle up direction will stay within a cone centered around the up axis with half top angle MaxPitchRollAngle, set to 180 to turn off.
Public propertyMaxSlopeAngle Max angle that is considered for colliding wheels. This is to avoid colliding with vertical walls.
Public propertyMesh The main mesh of the vehicle.
Public propertyMotorOffSound 
Public propertyMotorOnSound 
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 propertyParent Gets the parent object.
(Inherited from Component)
Public propertyParentRoot Gets the parent root object.
(Inherited from Component)
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 propertySeatPairs Whether to make two instances for each seat for right and left sides.
Public propertyTrackAngularDamping Damping factor of track and its wheels: dw/dt = -c * w as seen on the driven wheel
Public propertyTrackDifferentialRatio Ratio between rotation speed of gear box and driven wheel of track.
Public propertyTrackDrivenWheel Which wheel on the track is connected to the engine.
Public propertyTrackFragmentLength Length of the track piece.
Public propertyTrackFragmentMesh Mesh of the track.
Public propertyTrackInertia Moment of inertia (kg m^2) of the track and its wheels as seen on the driven wheel.
Public propertyTrackMaxBrakeTorque How much torque (Nm) the brakes can apply on the driven wheel.
Public propertyTransmissionAuto How to switch gears.
Public propertyTransmissionClutchReleaseTime How long it takes to release the clutch (go to full friction), only used in auto mode.
Public propertyTransmissionClutchStrength Strength of the clutch when fully engaged. Total torque a clutch applies is Torque = ClutchStrength * (Velocity Engine - Avg Velocity Wheels) (units: k m^2 s^-1).
Public propertyTransmissionGearRatios Ratio in rotation rate between engine and gear box, first element is 1st gear, 2nd element 2nd gear etc.
Public propertyTransmissionReverseGearRatios Ratio in rotation rate between engine and gear box when driving in reverse.
Public propertyTransmissionShiftDownRPM If RPM of engine is smaller then this we will shift a gear down, only used in auto mode.
Public propertyTransmissionShiftUpRPM If RPM of engine is bigger then this we will shift a gear up, only used in auto mode.
Public propertyTransmissionSwitchLatency How long to wait after releasing the clutch before another switch is attempted (s), only used in auto mode.
Public propertyTransmissionSwitchTime How long it takes to switch gears (s), only used in auto mode.
Public propertyTurretTurnSound 
Public propertyTypeSettingsPrivateObjects Object settings when used as a type.
(Inherited from Component)
Public propertyVersion 
Top
Methods
 NameDescription
Public methodAddComponent Adds a component as a child.
(Inherited from Component)
Public methodBeginNetworkMessage(ServerNetworkService_ComponentsClientItem, String)
(Inherited from Component)
Public methodBeginNetworkMessage(IListServerNetworkService_ComponentsClientItem, String)
(Inherited from Component)
Public methodBeginNetworkMessage(IListServerNetworkService_UsersUserInfo, String)
(Inherited from Component)
Public methodBeginNetworkMessage(ServerNetworkService_UsersUserInfo, String)
(Inherited from Component)
Public methodBeginNetworkMessageToEveryone
(Inherited from Component)
Public methodBeginNetworkMessageToServer
(Inherited from Component)
Public methodCalculateHeightToBottomOfWheels 
Public methodClone Creates a copy of the object.
(Inherited from Component)
Public methodCreateComponent(Type, Int32, Boolean, Boolean, NetworkModeEnum) Creates a child component.
(Inherited from Component)
Public methodCreateComponent(MetadataTypeInfo, Int32, Boolean, Boolean, NetworkModeEnum) Creates a child component.
(Inherited from Component)
Public methodCreateComponentT(Int32, Boolean, Boolean, NetworkModeEnum) Creates a child component.
(Inherited from Component)
Public methodDataWasChanged 
Public methodDispose Detaches the object from the hierarchy and deletes the object data.
(Inherited from Component)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindParent(Type) Finds the parent of the specified type.
(Inherited from Component)
Public methodFindParent(MetadataTypeInfo) Finds the parent of the specified type.
(Inherited from Component)
Public methodFindParentT Finds the parent of the specified type.
(Inherited from Component)
Public methodFindThisOrParent(Type) Finds the parent or self of the specified type.
(Inherited from Component)
Public methodFindThisOrParent(MetadataTypeInfo) Finds the parent or self of the specified type.
(Inherited from Component)
Public methodFindThisOrParentT Finds the parent or self of the specified type.
(Inherited from Component)
Public methodGetAllParents Gets all parents of the component.
(Inherited from Component)
Public methodGetComponent(String, Boolean) Finds a child component by name.
(Inherited from Component)
Public methodGetComponent(Type, Boolean, Boolean) Finds a child component of the specified type.
(Inherited from Component)
Public methodGetComponent(MetadataTypeInfo, Boolean, Boolean) Finds a child component of the specified type.
(Inherited from Component)
Public methodGetComponentT(Boolean, Boolean) Finds a child component of the specified type.
(Inherited from Component)
Public methodGetComponentByNameWithIndex Finds a child component by name and number in the case when there are several components with the specified name.
(Inherited from Component)
Public methodGetComponentByPath Finds a child component by path.
(Inherited from Component)
Public methodGetComponents(Boolean, Boolean, Boolean, Boolean) Finds child components.
(Inherited from Component)
Public methodGetComponents(Boolean, Boolean, Boolean, Boolean, ActionComponent) Finds child components.
(Inherited from Component)
Public methodGetComponents(Type, Boolean, Boolean, Boolean, Boolean) Finds child components of the specified type.
(Inherited from Component)
Public methodGetComponents(MetadataTypeInfo, Boolean, Boolean, Boolean, Boolean) Finds child components of the specified type.
(Inherited from Component)
Public methodGetComponentsT(Boolean, Boolean, Boolean, Boolean, ActionT) Finds child components of the specified type.
(Inherited from Component)
Public methodGetGearSound 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetMeshesInDefaultState 
Public methodGetPathFromParent Returns the path to the object from the parent.
(Inherited from Component)
Public methodGetPathFromRoot Returns the object's access path from the root object.
(Inherited from Component)
Public methodGetProvidedType Returns a type when the object is used as a type.
(Inherited from Component)
Public methodGetScreenLabelInfo
(Inherited from Component)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsMethodInvoking Checks if a method is running over time. You can start executing such methods using MethodInvoke(String, Object, Double, Double) method.
(Inherited from Component)
Public methodIsValid 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMetadataGetMemberBySignature Returns the object metadata member by name.
(Inherited from Component)
Public methodMetadataGetMembers Returns the object metadata members.
(Inherited from Component)
Public methodMethodInvoke Calls a method by name.
(Inherited from Component)
Public methodMethodInvokeCancel Cancels the execution of selected method that run over time. You can start executing such methods using MethodInvoke(String, Object, Double, Double) method.
(Inherited from Component)
Public methodMethodInvokeCancelAll Cancels the execution of all methods that run over time. You can start executing such methods using MethodInvoke(String, Object, Double, Double) method.
(Inherited from Component)
Public methodNetworkDisablePropertySynchronization
(Inherited from Component)
Public methodNetworkIsDisabledPropertySynchronization
(Inherited from Component)
Public methodNetworkModeAddUser
(Inherited from Component)
Public methodNetworkModeIsEnabledForUser
(Inherited from Component)
Public methodNetworkModeRemoveUser
(Inherited from Component)
Public methodNetworkRestoreDisabledPropertySynchronization
(Inherited from Component)
Public methodNewObjectSetDefaultConfiguration
(Overrides ComponentNewObjectSetDefaultConfiguration(Boolean))
Public methodNewObjectSetDefaultConfigurationUpdate Called during object creation in the editor. Designed to configure the initial state.
(Inherited from Component)
Protected methodOnAddedToParent Called when a component is added to the parent.
(Inherited from Component)
Protected methodOnClientConnectedAfterRootComponentEnabled
(Inherited from Component)
Protected methodOnClientConnectedBeforeRootComponentEnabled
(Inherited from Component)
Protected methodOnClientDisconnected
(Inherited from Component)
Protected methodOnClone Called when the object is cloned.
(Inherited from Component)
Protected methodOnComponentAdded Called when a child component is added.
(Inherited from Component)
Protected methodOnComponentRemoved Called when a child component is removed.
(Inherited from Component)
Protected methodOnDisabled Called when the object is detached from a hierarchy of the components or is disabled. See also EnabledInHierarchy property.
(Inherited from Component)
Protected methodOnDisabledInSimulation Called when the object is detached from a hierarchy of the components or is disabled. The method is called only in simulation application. See also EnabledInHierarchy property.
(Inherited from Component)
Protected methodOnDispose Called when the object is disposed.
(Inherited from Component)
Protected methodOnEditorGetTextInfoCenterBottomCorner
(Inherited from Component)
Protected methodOnEnabled Called when the object is attached to a hierarchy of the components and is enabled. See also EnabledInHierarchy property.
(Inherited from Component)
Protected methodOnEnabledChanged Called when value of Enabled property is changed.
(Inherited from Component)
Protected methodOnEnabledInHierarchyChanged
(Overrides ComponentOnEnabledInHierarchyChanged)
Protected methodOnEnabledInSimulation Called when the object is attached to a hierarchy of the components and is enabled. The method is called only in simulation application. See also EnabledInHierarchy property.
(Inherited from Component)
Protected methodOnLoad
(Overrides ComponentOnLoad(MetadataLoadContext, TextBlock, String))
Protected methodOnMetadataGetMemberBySignature Called when the object metadata member is received by name.
(Inherited from Component)
Protected methodOnMetadataGetMembers Called upon receipt of the object's metadata members.
(Inherited from Component)
Protected methodOnMetadataGetMembersFilter
(Overrides ComponentOnMetadataGetMembersFilter(MetadataGetMembersContext, MetadataMember, Boolean))
Protected methodOnPreloadResources Called when preloading the resources used by the object.
(Inherited from Component)
Protected methodOnReceiveNetworkMessageFromClient
(Inherited from Component)
Protected methodOnReceiveNetworkMessageFromServer
(Inherited from Component)
Protected methodOnRemovedFromParent Called when a component is removed from the parent.
(Inherited from Component)
Protected methodOnSave Called during object saving.
(Inherited from Component)
Protected methodOnSimulationStep Called during the simulation step.
(Inherited from Component)
Protected methodOnSimulationStepClient Called during the simulation step.
(Inherited from Component)
Protected methodOnUpdate Called during the update process of all objects.
(Inherited from Component)
Public methodPreloadResources Preload resources used by the object.
(Inherited from Component)
Public methodPropertyGet(String, Object, Boolean) Gets the value of a property by name.
(Inherited from Component)
Public methodPropertySet Sets the value of a property by name.
(Inherited from Component)
Public methodRemoveAllComponents Removes all child components.
(Inherited from Component)
Public methodRemoveComponent Removes a child component.
(Inherited from Component)
Public methodRemoveFromParent Detaches the object from its parent.
(Inherited from Component)
Public methodToString Returns the name and type of the object as a string.
(Inherited from Component)
Public methodTypeSettingsIsPublic Checks whether the object provided as a type is public.
(Inherited from Component)
Public methodTypeSettingsIsPublicMember Checks whether the member is set up as public.
(Inherited from Component)
Top
Events
 NameDescription
Public eventAddedToParent Occurs when a component is added to the parent.
(Inherited from Component)
Public eventChassisChangedOccurs when the Chassis property value changes.
Public eventCloneEvent Occurs when object is cloned.
(Inherited from Component)
Public eventCloneSupportChanged Occurs after changing value of CloneSupport property.
(Inherited from Component)
Public eventComponentAdded Occurs when a child component is added.
(Inherited from Component)
Public eventComponentRemoved Occurs when a child component is removed.
(Inherited from Component)
Public eventComponentsChanged Occurs when the set of children is changed.
(Inherited from Component)
Public eventDifferentialLimitedSlipRatioChangedOccurs when the DifferentialLimitedSlipRatio property value changes.
Public eventDisabledEvent Occurs when the object is disabled from a hierarchy of the components or is disabled. See also EnabledInHierarchy property.
(Inherited from Component)
Public eventDisabledInSimulation Occurs when the object is detached from a hierarchy of the components or is disabled. The method is called only in simulation application. See also EnabledInHierarchy property.
(Inherited from Component)
Public eventDisplayInEditorChanged Occurs when value of DisplayInEditor property is changed.
(Inherited from Component)
Public eventDisposeEvent Occurs when the object is disposed.
(Inherited from Component)
Public eventEnabledChanged Occurs when the Enabled property value changes.
(Inherited from Component)
Public eventEnabledEvent Occurs when the object is attached to a hierarchy of the components and is enabled. See also EnabledInHierarchy property.
(Inherited from Component)
Public eventEnabledInHierarchyChanged Occurs when the EnabledInHierarchy property value changes.
(Inherited from Component)
Public eventEnabledInSimulation Occurs when the object is attached to a hierarchy of the components and is enabled. The method is called only in simulation application. See also EnabledInHierarchy property.
(Inherited from Component)
Public eventEngineAngularDampingChangedOccurs when the EngineAngularDamping property value changes.
Public eventEngineInertiaChangedOccurs when the EngineInertia property value changes.
Public eventEngineMaxRPMChangedOccurs when the EngineMaxRPM property value changes.
Public eventEngineMaxTorqueChangedOccurs when the EngineMaxTorque property value changes.
Public eventEngineMinRPMChangedOccurs when the EngineMinRPM property value changes.
Public eventEngineNormalizedTorqueChanged 
Public eventGearDownSoundChangedOccurs when the GearDownSound property value changes.
Public eventGearSoundsChangedOccurs when the GearSoundsChanged property value changes.
Public eventGearUpSoundChangedOccurs when the GearUpSound property value changes.
Public eventLightOptimizeChangedOccurs when the LightOptimize property value changes.
Public eventLightPairsChangedOccurs when the LightPairs property value changes.
Public eventLoadEvent Occurs during object loading.
(Inherited from Component)
Public eventMaxPitchRollAngleChangedOccurs when the MaxPitchRollAngle property value changes.
Public eventMaxSlopeAngleChangedOccurs when the MaxSlopeAngle property value changes.
Public eventMeshChangedOccurs when the Mesh property value changes.
Public eventMetadataGetMemberBySignatureEvent Occurs when the object metadata member is received by name.
(Inherited from Component)
Public eventMetadataGetMembersEvent Occurs upon receipt of the object's metadata members.
(Inherited from Component)
Public eventMetadataGetMembersFilterEvent Occurs when filtering receive members of the object metadata.
(Inherited from Component)
Public eventMotorOffSoundChangedOccurs when the MotorOffSound property value changes.
Public eventMotorOnSoundChangedOccurs when the MotorOnSound property value changes.
Public eventNameChanged Occurs when component name is changed.
(Inherited from Component)
Public eventNetworkModeChangedOccurs when the NetworkMode property value changes.
(Inherited from Component)
Public eventPreloadResourcesEvent Occurs when preloading the resources used by the object.
(Inherited from Component)
Public eventReceiveNetworkMessageFromClient
(Inherited from Component)
Public eventReceiveNetworkMessageFromServer
(Inherited from Component)
Public eventRemovedFromParent Occurs when a component is removed from the parent.
(Inherited from Component)
Public eventSaveEvent Occurs during object saving.
(Inherited from Component)
Public eventSaveSupportChanged Occurs after changing value of SaveSupport property.
(Inherited from Component)
Public eventScreenLabelChangedOccurs when the ScreenLabel property value changes.
(Inherited from Component)
Public eventSeatPairsChangedOccurs when the SeatPairs property value changes.
Public eventSimulationStep Occurs during the simulation step.
(Inherited from Component)
Public eventSimulationStepClient Occurs during the simulation step.
(Inherited from Component)
Public eventTrackAngularDampingChangedOccurs when the TrackAngularDamping property value changes.
Public eventTrackDifferentialRatioChangedOccurs when the TrackDifferentialRatio property value changes.
Public eventTrackDrivenWheelChangedOccurs when the TrackDrivenWheel property value changes.
Public eventTrackFragmentLengthChangedOccurs when the TrackFragmentLength property value changes.
Public eventTrackFragmentMeshChangedOccurs when the TrackFragmentMesh property value changes.
Public eventTrackInertiaChangedOccurs when the TrackInertia property value changes.
Public eventTrackMaxBrakeTorqueChangedOccurs when the TrackMaxBrakeTorque property value changes.
Public eventTransmissionAutoChangedOccurs when the TransmissionAuto property value changes.
Public eventTransmissionClutchReleaseTimeChangedOccurs when the TransmissionClutchReleaseTime property value changes.
Public eventTransmissionClutchStrengthChangedOccurs when the TransmissionClutchStrength property value changes.
Public eventTransmissionGearRatiosChangedOccurs when the TransmissionGearRatios property value changes.
Public eventTransmissionReverseGearRatiosChangedOccurs when the TransmissionReverseGearRatios property value changes.
Public eventTransmissionShiftDownRPMChangedOccurs when the TransmissionShiftDownRPM property value changes.
Public eventTransmissionShiftUpRPMChangedOccurs when the TransmissionShiftUpRPM property value changes.
Public eventTransmissionSwitchLatencyChangedOccurs when the TransmissionSwitchLatency property value changes.
Public eventTransmissionSwitchTimeChangedOccurs when the TransmissionSwitchTime property value changes.
Public eventTurretTurnSoundChangedOccurs when the TurretTurnSound property value changes.
Public eventUpdateEvent Occurs during the update process of all objects.
(Inherited from Component)
Top
Fields
 NameDescription
Public fieldEditorCameraTransform 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also