Search Results for

    Show / Hide Table of Contents

    Class WheeledVehicle.AntiRollBar

    Vehicle axle anti roll bar.

    Inheritance
    System.Object
    WheeledVehicle.AntiRollBar
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class AntiRollBar : ValueType

    Fields

    Axle

    The specific axle with wheels to apply anti roll.

    Declaration
    public int Axle
    Field Value
    System.Int32

    Stiffness

    The anti roll stiffness.

    Declaration
    public float Stiffness
    Field Value
    System.Single

    Properties

    Default

    The default WheeledVehicle.AntiRollBar.

    Declaration
    public static WheeledVehicle.AntiRollBar Default { get; }
    Property Value
    WheeledVehicle.AntiRollBar

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat