CameraLoosePartPhysicsData

Inherits from LoosePartPhysicsData

Summary

Constructors

CameraLoosePartPhysicsData()
CameraLoosePartPhysicsData(guid: Guid)
CameraLoosePartPhysicsData(other: LoosePartPhysicsData)
CameraLoosePartPhysicsData(other: DataContainer)

Properties

Name Type
scale float

Static members

Name Type
CameraLoosePartPhysicsData.typeInfo TypeInformation

Constructors

CameraLoosePartPhysicsData

CameraLoosePartPhysicsData()

Creates a new CameraLoosePartPhysicsData frostbite instance.

CameraLoosePartPhysicsData

CameraLoosePartPhysicsData(guid: Guid)

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

Parameters

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

CameraLoosePartPhysicsData

CameraLoosePartPhysicsData(other: LoosePartPhysicsData)

Casts an instance of type LoosePartPhysicsData to CameraLoosePartPhysicsData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other LoosePartPhysicsData The instance to cast to CameraLoosePartPhysicsData.

CameraLoosePartPhysicsData

CameraLoosePartPhysicsData(other: DataContainer)

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

Parameters

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

Properties

scale

float

Static members

typeInfo

TypeInformation

The type information for the CameraLoosePartPhysicsData type.

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