Class WheelBodyBase.CreateInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Tire
Assembly: VMDTire.dll
This class is to represent the information for creation.
public class WheelBodyBase.CreateInfo
Inheritance
object ← WheelBodyBase.CreateInfo
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
CreateInfo()
public CreateInfo()
Properties
CMOffset
Gets or sets the CM offset.
public double CMOffset { get; set; }
Property Value
Color
Gets or sets the color.
public string Color { get; set; }
Property Value
Transform
Gets or sets the transform.
public TransformBase Transform { get; set; }
Property Value
TransformBase
WheelCenterOffset
Gets or sets the wheel center offset.
public double WheelCenterOffset { get; set; }