AABBData

Inherits from BaseShapeData

Summary

Constructors

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

Properties

Name Type
position Vec3
halfExtents Vec3

Static members

Name Type
AABBData.typeInfo TypeInformation

Constructors

AABBData

AABBData()

Creates a new AABBData frostbite instance.

AABBData

AABBData(guid: Guid)

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

Parameters

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

AABBData

AABBData(other: BaseShapeData)

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

Parameters

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

AABBData

AABBData(other: GameObjectData)

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

Parameters

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

AABBData

AABBData(other: GameDataContainer)

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

Parameters

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

AABBData

AABBData(other: DataContainer)

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

Parameters

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

Properties

position

Vec3

halfExtents

Vec3

Static members

typeInfo

TypeInformation

The type information for the AABBData type.

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