AIProximityReactionsComponentData
Inherits from ComponentData
Summary
Constructors
Properties
Name | Type |
---|---|
binding | AIProximityReactionsBinding |
minExplosionImpulseForce | float |
maxExplosionLookDistance | float |
fireReactionDistance | float |
enabled | bool |
Static members
Name | Type |
---|---|
AIProximityReactionsComponentData.typeInfo | TypeInformation |
Constructors
AIProximityReactionsComponentData
AIProximityReactionsComponentData()
Creates a new AIProximityReactionsComponentData frostbite instance.
AIProximityReactionsComponentData
AIProximityReactionsComponentData(guid: Guid)
Creates a new AIProximityReactionsComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AIProximityReactionsComponentData
AIProximityReactionsComponentData(other: ComponentData)
Casts an instance of type ComponentData to AIProximityReactionsComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to AIProximityReactionsComponentData. |
AIProximityReactionsComponentData
AIProximityReactionsComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to AIProximityReactionsComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to AIProximityReactionsComponentData. |
AIProximityReactionsComponentData
AIProximityReactionsComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to AIProximityReactionsComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to AIProximityReactionsComponentData. |
AIProximityReactionsComponentData
AIProximityReactionsComponentData(other: DataContainer)
Casts an instance of type DataContainer to AIProximityReactionsComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AIProximityReactionsComponentData. |
Properties
binding
minExplosionImpulseForce
float
maxExplosionLookDistance
float
fireReactionDistance
float
enabled
bool
Static members
typeInfo
The type information for the AIProximityReactionsComponentData type.