DynamicModelEntityData

Inherits from DynamicGamePhysicsEntityData

Summary

Constructors

DynamicModelEntityData()
DynamicModelEntityData(guid: Guid)
DynamicModelEntityData(other: DynamicGamePhysicsEntityData)
DynamicModelEntityData(other: GamePhysicsEntityData)
DynamicModelEntityData(other: GameEntityData)
DynamicModelEntityData(other: SpatialEntityData)
DynamicModelEntityData(other: EntityData)
DynamicModelEntityData(other: GameObjectData)
DynamicModelEntityData(other: GameDataContainer)
DynamicModelEntityData(other: DataContainer)

Properties

Name Type
part PartComponentData | nil
mesh MeshAsset | nil
noCollision bool

Static members

Name Type
DynamicModelEntityData.typeInfo TypeInformation

Constructors

DynamicModelEntityData

DynamicModelEntityData()

Creates a new DynamicModelEntityData frostbite instance.

DynamicModelEntityData

DynamicModelEntityData(guid: Guid)

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

Parameters

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

DynamicModelEntityData

DynamicModelEntityData(other: DynamicGamePhysicsEntityData)

Casts an instance of type DynamicGamePhysicsEntityData to DynamicModelEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DynamicGamePhysicsEntityData The instance to cast to DynamicModelEntityData.

DynamicModelEntityData

DynamicModelEntityData(other: GamePhysicsEntityData)

Casts an instance of type GamePhysicsEntityData to DynamicModelEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GamePhysicsEntityData The instance to cast to DynamicModelEntityData.

DynamicModelEntityData

DynamicModelEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to DynamicModelEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to DynamicModelEntityData.

DynamicModelEntityData

DynamicModelEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to DynamicModelEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to DynamicModelEntityData.

DynamicModelEntityData

DynamicModelEntityData(other: EntityData)

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

Parameters

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

DynamicModelEntityData

DynamicModelEntityData(other: GameObjectData)

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

Parameters

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

DynamicModelEntityData

DynamicModelEntityData(other: GameDataContainer)

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

Parameters

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

DynamicModelEntityData

DynamicModelEntityData(other: DataContainer)

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

Parameters

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

Properties

part

PartComponentData | nil

mesh

MeshAsset | nil

noCollision

bool

Static members

typeInfo

TypeInformation

The type information for the DynamicModelEntityData type.

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