ColorTintScopeFilterData

Inherits from ScopeFilterData

Summary

Constructors

ColorTintScopeFilterData()
ColorTintScopeFilterData(guid: Guid)
ColorTintScopeFilterData(other: ScopeFilterData)
ColorTintScopeFilterData(other: Asset)
ColorTintScopeFilterData(other: DataContainer)

Properties

Name Type
colorTintData ColorTintData

Static members

Name Type
ColorTintScopeFilterData.typeInfo TypeInformation

Constructors

ColorTintScopeFilterData

ColorTintScopeFilterData()

Creates a new ColorTintScopeFilterData frostbite instance.

ColorTintScopeFilterData

ColorTintScopeFilterData(guid: Guid)

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

Parameters

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

ColorTintScopeFilterData

ColorTintScopeFilterData(other: ScopeFilterData)

Casts an instance of type ScopeFilterData to ColorTintScopeFilterData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ScopeFilterData The instance to cast to ColorTintScopeFilterData.

ColorTintScopeFilterData

ColorTintScopeFilterData(other: Asset)

Casts an instance of type Asset to ColorTintScopeFilterData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to ColorTintScopeFilterData.

ColorTintScopeFilterData

ColorTintScopeFilterData(other: DataContainer)

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

Parameters

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

Properties

colorTintData

ColorTintData

Static members

typeInfo

TypeInformation

The type information for the ColorTintScopeFilterData type.

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