StaticModelGroupEntityData

Inherits from GamePhysicsEntityData

Summary

Constructors

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

Properties

Name Type
memberDatas StaticModelGroupMemberData[]
hackToSolveRealTimeTweakingIssue Guid
networkIdCount int

Static members

Name Type
StaticModelGroupEntityData.typeInfo TypeInformation

Constructors

StaticModelGroupEntityData

StaticModelGroupEntityData()

Creates a new StaticModelGroupEntityData frostbite instance.

StaticModelGroupEntityData

StaticModelGroupEntityData(guid: Guid)

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

Parameters

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

StaticModelGroupEntityData

StaticModelGroupEntityData(other: GamePhysicsEntityData)

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

Parameters

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

StaticModelGroupEntityData

StaticModelGroupEntityData(other: GameEntityData)

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

Parameters

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

StaticModelGroupEntityData

StaticModelGroupEntityData(other: SpatialEntityData)

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

Parameters

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

StaticModelGroupEntityData

StaticModelGroupEntityData(other: EntityData)

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

Parameters

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

StaticModelGroupEntityData

StaticModelGroupEntityData(other: GameObjectData)

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

Parameters

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

StaticModelGroupEntityData

StaticModelGroupEntityData(other: GameDataContainer)

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

Parameters

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

StaticModelGroupEntityData

StaticModelGroupEntityData(other: DataContainer)

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

Parameters

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

Properties

memberDatas

StaticModelGroupMemberData[]

hackToSolveRealTimeTweakingIssue

Guid

networkIdCount

int

Static members

typeInfo

TypeInformation

The type information for the StaticModelGroupEntityData type.

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