Vec3EntityData

Inherits from EntityData

Summary

Constructors

Vec3EntityData()
Vec3EntityData(guid: Guid)
Vec3EntityData(other: EntityData)
Vec3EntityData(other: GameObjectData)
Vec3EntityData(other: GameDataContainer)
Vec3EntityData(other: DataContainer)

Properties

Name Type
defaultValue Vec3
realm Realm

Static members

Name Type
Vec3EntityData.typeInfo TypeInformation

Constructors

Vec3EntityData

Vec3EntityData()

Creates a new Vec3EntityData frostbite instance.

Vec3EntityData

Vec3EntityData(guid: Guid)

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

Parameters

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

Vec3EntityData

Vec3EntityData(other: EntityData)

Casts an instance of type EntityData to Vec3EntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to Vec3EntityData.

Vec3EntityData

Vec3EntityData(other: GameObjectData)

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

Parameters

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

Vec3EntityData

Vec3EntityData(other: GameDataContainer)

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

Parameters

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

Vec3EntityData

Vec3EntityData(other: DataContainer)

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

Parameters

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

Properties

defaultValue

Vec3

realm

Realm

Static members

typeInfo

TypeInformation

The type information for the Vec3EntityData type.

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