StaticModelEntityData

Inherits from GamePhysicsEntityData

Summary

Constructors

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

Properties

Name Type
partLinks PartLinkData[]
mesh MeshAsset | nil
boneCount int
basePoseTransforms LinearTransform[]
networkInfo StaticModelNetworkInfo
physicsPartInfos PhysicsPartInfo[]
excludeFromNearbyObjectDestruction bool
animatePhysics bool
visible bool

Static members

Name Type
StaticModelEntityData.typeInfo TypeInformation

Constructors

StaticModelEntityData

StaticModelEntityData()

Creates a new StaticModelEntityData frostbite instance.

StaticModelEntityData

StaticModelEntityData(guid: Guid)

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

Parameters

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

StaticModelEntityData

StaticModelEntityData(other: GamePhysicsEntityData)

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

Parameters

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

StaticModelEntityData

StaticModelEntityData(other: GameEntityData)

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

Parameters

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

StaticModelEntityData

StaticModelEntityData(other: SpatialEntityData)

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

Parameters

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

StaticModelEntityData

StaticModelEntityData(other: EntityData)

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

Parameters

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

StaticModelEntityData

StaticModelEntityData(other: GameObjectData)

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

Parameters

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

StaticModelEntityData

StaticModelEntityData(other: GameDataContainer)

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

Parameters

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

StaticModelEntityData

StaticModelEntityData(other: DataContainer)

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

Parameters

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

Properties

PartLinkData[]

mesh

MeshAsset | nil

boneCount

int

basePoseTransforms

LinearTransform[]

networkInfo

StaticModelNetworkInfo

physicsPartInfos

PhysicsPartInfo[]

excludeFromNearbyObjectDestruction

bool

animatePhysics

bool

visible

bool

Static members

typeInfo

TypeInformation

The type information for the StaticModelEntityData type.

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