VeniceUISettings

Inherits from SystemSettings

Summary

Constructors

VeniceUISettings()
VeniceUISettings(guid: Guid)
VeniceUISettings(other: SystemSettings)
VeniceUISettings(other: DataContainer)

Properties

Name Type
metaDataAssetPath string
getStatsInOnlineFlow bool

Static members

Name Type
VeniceUISettings.typeInfo TypeInformation

Constructors

VeniceUISettings

VeniceUISettings()

Creates a new VeniceUISettings frostbite instance.

VeniceUISettings

VeniceUISettings(guid: Guid)

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

Parameters

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

VeniceUISettings

VeniceUISettings(other: SystemSettings)

Casts an instance of type SystemSettings to VeniceUISettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SystemSettings The instance to cast to VeniceUISettings.

VeniceUISettings

VeniceUISettings(other: DataContainer)

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

Parameters

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

Properties

metaDataAssetPath

string

getStatsInOnlineFlow

bool

Static members

typeInfo

TypeInformation

The type information for the VeniceUISettings type.

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