ProtectedconstructorOptionalisInternalConstructor: booleanThe type of this visual model.
Get the path to the scene object used as a visual model.
The path to the visual model scene object or an empty string if the visual model type is not VehicleVisualModelType::Path.
Get the template used as a visual model.
The visual model template or null if the visual model type is not VehicleVisualModelType::Template.
Sets the visual model to the specified scene object path.
Path to the scene object to use as visual model for this wheel.
Sets the visual model to the specified template.
Template to use as visual model for this wheel.
Sets the visual model to an empty template.
The VehicleVisualModel is a configuration object describing a
SceneObjectthat will be used as a visual model for some kind of vehicle part, e.g. a wheel. The VehicleVisualModel is either a relative path that can be used to locate the scene object (assuming it exists) or a Template that will be used to instantiate the scene object.