InteractableStaticModelEntityData
Inherits from StaticModelEntityData
Summary
Constructors
Static members
| Name | Type |
|---|---|
| InteractableStaticModelEntityData.typeInfo | TypeInformation |
Constructors
InteractableStaticModelEntityData
InteractableStaticModelEntityData()
Creates a new InteractableStaticModelEntityData frostbite instance.
InteractableStaticModelEntityData
InteractableStaticModelEntityData(guid: Guid)
Creates a new InteractableStaticModelEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
InteractableStaticModelEntityData
InteractableStaticModelEntityData(other: StaticModelEntityData)
Casts an instance of type StaticModelEntityData to InteractableStaticModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | StaticModelEntityData | The instance to cast to InteractableStaticModelEntityData. |
InteractableStaticModelEntityData
InteractableStaticModelEntityData(other: GamePhysicsEntityData)
Casts an instance of type GamePhysicsEntityData to InteractableStaticModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GamePhysicsEntityData | The instance to cast to InteractableStaticModelEntityData. |
InteractableStaticModelEntityData
InteractableStaticModelEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to InteractableStaticModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameEntityData | The instance to cast to InteractableStaticModelEntityData. |
InteractableStaticModelEntityData
InteractableStaticModelEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to InteractableStaticModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SpatialEntityData | The instance to cast to InteractableStaticModelEntityData. |
InteractableStaticModelEntityData
InteractableStaticModelEntityData(other: EntityData)
Casts an instance of type EntityData to InteractableStaticModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to InteractableStaticModelEntityData. |
InteractableStaticModelEntityData
InteractableStaticModelEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to InteractableStaticModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to InteractableStaticModelEntityData. |
InteractableStaticModelEntityData
InteractableStaticModelEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to InteractableStaticModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to InteractableStaticModelEntityData. |
InteractableStaticModelEntityData
InteractableStaticModelEntityData(other: DataContainer)
Casts an instance of type DataContainer to InteractableStaticModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to InteractableStaticModelEntityData. |
Static members
typeInfo
The type information for the InteractableStaticModelEntityData type.