MotionBlurComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
realm Realm
cutoffGradientScale float
motionBlurCutoffRadius float
motionBlurEnable bool

Static members

Name Type
MotionBlurComponentData.typeInfo TypeInformation

Constructors

MotionBlurComponentData

MotionBlurComponentData()

Creates a new MotionBlurComponentData frostbite instance.

MotionBlurComponentData

MotionBlurComponentData(guid: Guid)

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

Parameters

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

MotionBlurComponentData

MotionBlurComponentData(other: ComponentData)

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

Parameters

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

MotionBlurComponentData

MotionBlurComponentData(other: GameObjectData)

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

Parameters

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

MotionBlurComponentData

MotionBlurComponentData(other: GameDataContainer)

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

Parameters

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

MotionBlurComponentData

MotionBlurComponentData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

cutoffGradientScale

float

motionBlurCutoffRadius

float

motionBlurEnable

bool

Static members

typeInfo

TypeInformation

The type information for the MotionBlurComponentData type.

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