AntiRollBar

Inherits from DataContainer

Summary

Constructors

AntiRollBar()
AntiRollBar(guid: Guid)
AntiRollBar(other: DataContainer)

Properties

Name Type
stiffness float
torqueActivationLimit float

Static members

Name Type
AntiRollBar.typeInfo TypeInformation

Constructors

AntiRollBar

AntiRollBar()

Creates a new AntiRollBar frostbite instance.

AntiRollBar

AntiRollBar(guid: Guid)

Creates a new AntiRollBar frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

AntiRollBar

AntiRollBar(other: DataContainer)

Casts an instance of type DataContainer to AntiRollBar. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to AntiRollBar.

Properties

stiffness

float

torqueActivationLimit

float

Static members

typeInfo

TypeInformation

The type information for the AntiRollBar type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)