OBBData

Inherits from BaseShapeData

Summary

Constructors

OBBData()
OBBData(guid: Guid)
OBBData(other: BaseShapeData)
OBBData(other: GameObjectData)
OBBData(other: GameDataContainer)
OBBData(other: DataContainer)

Properties

Name Type
transform LinearTransform
halfExtents Vec3

Static members

Name Type
OBBData.typeInfo TypeInformation

Constructors

OBBData

OBBData()

Creates a new OBBData frostbite instance.

OBBData

OBBData(guid: Guid)

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

Parameters

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

OBBData

OBBData(other: BaseShapeData)

Casts an instance of type BaseShapeData to OBBData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other BaseShapeData The instance to cast to OBBData.

OBBData

OBBData(other: GameObjectData)

Casts an instance of type GameObjectData to OBBData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to OBBData.

OBBData

OBBData(other: GameDataContainer)

Casts an instance of type GameDataContainer to OBBData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to OBBData.

OBBData

OBBData(other: DataContainer)

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

Parameters

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

Properties

transform

LinearTransform

halfExtents

Vec3

Static members

typeInfo

TypeInformation

The type information for the OBBData type.

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