Search Results for

    Show / Hide Table of Contents

    Class WheeledVehicle.DriveModes

    Vehicle driving types. Used only on tanks to specify the drive mode.

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

    Fields

    Special

    Drive turning the vehicle using all tracks inverse direction.

    Declaration
    public const WheeledVehicle.DriveModes Special
    Field Value
    WheeledVehicle.DriveModes

    Standard

    Drive turning the vehicle using only one track.

    Declaration
    public const WheeledVehicle.DriveModes Standard
    Field Value
    WheeledVehicle.DriveModes

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

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