SensingSettings
Inherits from Asset
Summary
Constructors
SensingSettings() |
SensingSettings(guid: Guid) |
SensingSettings(other: Asset) |
SensingSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
sensingTimeSpan | float |
attackerTrackTime | float |
lineOfSightTestTime | float |
maxRays | int |
characterVisionBoxSettings | VisionBoxSettings |
vehicleVisionBoxSettings | VisionBoxSettings |
closeFireImpactDistance | float |
closeExplosiveImpactDistance | float |
closeTrajectoryDistance | float |
impactSenseDistance | float |
maxVolume | float |
maxSize | float |
maxSpeed | float |
volumeModifier | float |
movementModifier | float |
luckModifier | float |
backgroundLoudnessFactor | float |
motionSizeFactor | float |
motionSpeedFactor | float |
motionPeripheralityFactor | float |
motionDistanceFactor | float |
smokeSphereRadius | float |
smokeSphereDuration | float |
spawnOutOfLOSRaycastHeight | float |
spawnOutOfLOSTraceDistance | float |
spawnOutOfLOSRaycastDistance | float |
spawnOutOfLOSRadius | float |
defaultTemplate | SensingTemplateData | nil |
Static members
Name | Type |
---|---|
SensingSettings.typeInfo | TypeInformation |
Constructors
SensingSettings
SensingSettings()
Creates a new SensingSettings frostbite instance.
SensingSettings
SensingSettings(guid: Guid)
Creates a new SensingSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SensingSettings
SensingSettings(other: Asset)
Casts an instance of type Asset to SensingSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to SensingSettings. |
SensingSettings
SensingSettings(other: DataContainer)
Casts an instance of type DataContainer to SensingSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SensingSettings. |
Properties
sensingTimeSpan
float
attackerTrackTime
float
lineOfSightTestTime
float
maxRays
int
characterVisionBoxSettings
vehicleVisionBoxSettings
closeFireImpactDistance
float
closeExplosiveImpactDistance
float
closeTrajectoryDistance
float
impactSenseDistance
float
maxVolume
float
maxSize
float
maxSpeed
float
volumeModifier
float
movementModifier
float
luckModifier
float
backgroundLoudnessFactor
float
motionSizeFactor
float
motionSpeedFactor
float
motionPeripheralityFactor
float
motionDistanceFactor
float
smokeSphereRadius
float
smokeSphereDuration
float
spawnOutOfLOSRaycastHeight
float
spawnOutOfLOSTraceDistance
float
spawnOutOfLOSRaycastDistance
float
spawnOutOfLOSRadius
float
defaultTemplate
SensingTemplateData | nil
Static members
typeInfo
The type information for the SensingSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)