RegularSocketObjectData

Inherits from SocketObjectData

Summary

Constructors

RegularSocketObjectData()
RegularSocketObjectData(guid: Guid)
RegularSocketObjectData(other: SocketObjectData)
RegularSocketObjectData(other: SocketObjectDataBase)
RegularSocketObjectData(other: DataContainer)

Properties

Name Type
transform LinearTransform
mesh3pTransforms LinearTransform[]

Static members

Name Type
RegularSocketObjectData.typeInfo TypeInformation

Constructors

RegularSocketObjectData

RegularSocketObjectData()

Creates a new RegularSocketObjectData frostbite instance.

RegularSocketObjectData

RegularSocketObjectData(guid: Guid)

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

Parameters

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

RegularSocketObjectData

RegularSocketObjectData(other: SocketObjectData)

Casts an instance of type SocketObjectData to RegularSocketObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SocketObjectData The instance to cast to RegularSocketObjectData.

RegularSocketObjectData

RegularSocketObjectData(other: SocketObjectDataBase)

Casts an instance of type SocketObjectDataBase to RegularSocketObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SocketObjectDataBase The instance to cast to RegularSocketObjectData.

RegularSocketObjectData

RegularSocketObjectData(other: DataContainer)

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

Parameters

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

Properties

transform

LinearTransform

mesh3pTransforms

LinearTransform[]

Static members

typeInfo

TypeInformation

The type information for the RegularSocketObjectData type.

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