UIRenderCompData

Inherits from UIComponentData

Summary

Constructors

UIRenderCompData()
UIRenderCompData(guid: Guid)
UIRenderCompData(other: UIComponentData)
UIRenderCompData(other: Asset)
UIRenderCompData(other: DataContainer)

Properties

Name Type
backgroundRect1 Vec4
backgroundRect0 Vec4
bgTexture2 TextureAsset | nil
bgTexture1 TextureAsset | nil
alphaMin float
alphaAnimationSpeed float
alphaOffset float
alphaMax float

Static members

Name Type
UIRenderCompData.typeInfo TypeInformation

Constructors

UIRenderCompData

UIRenderCompData()

Creates a new UIRenderCompData frostbite instance.

UIRenderCompData

UIRenderCompData(guid: Guid)

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

Parameters

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

UIRenderCompData

UIRenderCompData(other: UIComponentData)

Casts an instance of type UIComponentData to UIRenderCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UIRenderCompData.

UIRenderCompData

UIRenderCompData(other: Asset)

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

Parameters

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

UIRenderCompData

UIRenderCompData(other: DataContainer)

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

Parameters

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

Properties

backgroundRect1

Vec4

backgroundRect0

Vec4

bgTexture2

TextureAsset | nil

bgTexture1

TextureAsset | nil

alphaMin

float

alphaAnimationSpeed

float

alphaOffset

float

alphaMax

float

Static members

typeInfo

TypeInformation

The type information for the UIRenderCompData type.

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