UIManageServerPresetsCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIManageServerPresetsCompData.typeInfo TypeInformation

Constructors

UIManageServerPresetsCompData

UIManageServerPresetsCompData()

Creates a new UIManageServerPresetsCompData frostbite instance.

UIManageServerPresetsCompData

UIManageServerPresetsCompData(guid: Guid)

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

Parameters

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

UIManageServerPresetsCompData

UIManageServerPresetsCompData(other: UIComponentData)

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

Parameters

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

UIManageServerPresetsCompData

UIManageServerPresetsCompData(other: Asset)

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

Parameters

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

UIManageServerPresetsCompData

UIManageServerPresetsCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIManageServerPresetsCompData type.

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