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