UINavigationCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UINavigationCompData.typeInfo TypeInformation

Constructors

UINavigationCompData

UINavigationCompData()

Creates a new UINavigationCompData frostbite instance.

UINavigationCompData

UINavigationCompData(guid: Guid)

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

Parameters

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

UINavigationCompData

UINavigationCompData(other: UIComponentData)

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

Parameters

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

UINavigationCompData

UINavigationCompData(other: Asset)

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

Parameters

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

UINavigationCompData

UINavigationCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UINavigationCompData type.

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