DynamicAOComponentData

Inherits from ComponentData

Summary

Constructors

DynamicAOComponentData()
DynamicAOComponentData(guid: Guid)
DynamicAOComponentData(other: ComponentData)
DynamicAOComponentData(other: GameObjectData)
DynamicAOComponentData(other: GameDataContainer)
DynamicAOComponentData(other: DataContainer)

Properties

Name Type
realm Realm
ssaoMaxDistanceOuter float
ssaoFade float
ssaoRadius float
ssaoMaxDistanceInner float
hbaoRadius float
hbaoAttenuation float
hbaoAngleBias float
hbaoPowerExponent float
hbaoContrast float
hbaoMaxFootprintRadius float
enable bool

Static members

Name Type
DynamicAOComponentData.typeInfo TypeInformation

Constructors

DynamicAOComponentData

DynamicAOComponentData()

Creates a new DynamicAOComponentData frostbite instance.

DynamicAOComponentData

DynamicAOComponentData(guid: Guid)

Creates a new DynamicAOComponentData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

DynamicAOComponentData

DynamicAOComponentData(other: ComponentData)

Casts an instance of type ComponentData to DynamicAOComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to DynamicAOComponentData.

DynamicAOComponentData

DynamicAOComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to DynamicAOComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to DynamicAOComponentData.

DynamicAOComponentData

DynamicAOComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to DynamicAOComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to DynamicAOComponentData.

DynamicAOComponentData

DynamicAOComponentData(other: DataContainer)

Casts an instance of type DataContainer to DynamicAOComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to DynamicAOComponentData.

Properties

realm

Realm

ssaoMaxDistanceOuter

float

ssaoFade

float

ssaoRadius

float

ssaoMaxDistanceInner

float

hbaoRadius

float

hbaoAttenuation

float

hbaoAngleBias

float

hbaoPowerExponent

float

hbaoContrast

float

hbaoMaxFootprintRadius

float

enable

bool

Static members

typeInfo

TypeInformation

The type information for the DynamicAOComponentData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)