RadarSweepComponentData
Inherits from ComponentData
Summary
Constructors
RadarSweepComponentData() |
RadarSweepComponentData(guid: Guid) |
RadarSweepComponentData(other: ComponentData) |
RadarSweepComponentData(other: GameObjectData) |
RadarSweepComponentData(other: GameDataContainer) |
RadarSweepComponentData(other: DataContainer) |
Properties
Name | Type |
---|---|
controllableSpeedThreshold | float |
controllableSweepRadius | float |
controllableSweepInterval | float |
mineSweepInterval | float |
mineSweepRadius | float |
sweepForMines | bool |
sweepForControllables | bool |
Static members
Name | Type |
---|---|
RadarSweepComponentData.typeInfo | TypeInformation |
Constructors
RadarSweepComponentData
RadarSweepComponentData()
Creates a new RadarSweepComponentData frostbite instance.
RadarSweepComponentData
RadarSweepComponentData(guid: Guid)
Creates a new RadarSweepComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
RadarSweepComponentData
RadarSweepComponentData(other: ComponentData)
Casts an instance of type ComponentData to RadarSweepComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to RadarSweepComponentData. |
RadarSweepComponentData
RadarSweepComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to RadarSweepComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to RadarSweepComponentData. |
RadarSweepComponentData
RadarSweepComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to RadarSweepComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to RadarSweepComponentData. |
RadarSweepComponentData
RadarSweepComponentData(other: DataContainer)
Casts an instance of type DataContainer to RadarSweepComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to RadarSweepComponentData. |
Properties
controllableSpeedThreshold
float
controllableSweepRadius
float
controllableSweepInterval
float
mineSweepInterval
float
mineSweepRadius
float
sweepForMines
bool
sweepForControllables
bool
Static members
typeInfo
The type information for the RadarSweepComponentData type.