UISpectatorCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UISpectatorCompData.typeInfo TypeInformation

Constructors

UISpectatorCompData

UISpectatorCompData()

Creates a new UISpectatorCompData frostbite instance.

UISpectatorCompData

UISpectatorCompData(guid: Guid)

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

Parameters

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

UISpectatorCompData

UISpectatorCompData(other: UIComponentData)

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

Parameters

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

UISpectatorCompData

UISpectatorCompData(other: Asset)

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

Parameters

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

UISpectatorCompData

UISpectatorCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UISpectatorCompData type.

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