UIManDownCompData

Inherits from UIComponentData

Summary

Constructors

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

Properties

Name Type
delayManDownTextTime float

Static members

Name Type
UIManDownCompData.typeInfo TypeInformation

Constructors

UIManDownCompData

UIManDownCompData()

Creates a new UIManDownCompData frostbite instance.

UIManDownCompData

UIManDownCompData(guid: Guid)

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

Parameters

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

UIManDownCompData

UIManDownCompData(other: UIComponentData)

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

Parameters

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

UIManDownCompData

UIManDownCompData(other: Asset)

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

Parameters

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

UIManDownCompData

UIManDownCompData(other: DataContainer)

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

Parameters

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

Properties

delayManDownTextTime

float

Static members

typeInfo

TypeInformation

The type information for the UIManDownCompData type.

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