ProfileOptionDataFloat

Inherits from ProfileOptionData

Summary

Constructors

ProfileOptionDataFloat()
ProfileOptionDataFloat(guid: Guid)
ProfileOptionDataFloat(other: ProfileOptionData)
ProfileOptionDataFloat(other: Asset)
ProfileOptionDataFloat(other: DataContainer)

Properties

Name Type
min float
max float
value float
step float

Static members

Name Type
ProfileOptionDataFloat.typeInfo TypeInformation

Constructors

ProfileOptionDataFloat

ProfileOptionDataFloat()

Creates a new ProfileOptionDataFloat frostbite instance.

ProfileOptionDataFloat

ProfileOptionDataFloat(guid: Guid)

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

Parameters

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

ProfileOptionDataFloat

ProfileOptionDataFloat(other: ProfileOptionData)

Casts an instance of type ProfileOptionData to ProfileOptionDataFloat. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProfileOptionData The instance to cast to ProfileOptionDataFloat.

ProfileOptionDataFloat

ProfileOptionDataFloat(other: Asset)

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

Parameters

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

ProfileOptionDataFloat

ProfileOptionDataFloat(other: DataContainer)

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

Parameters

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

Properties

min

float

max

float

value

float

step

float

Static members

typeInfo

TypeInformation

The type information for the ProfileOptionDataFloat type.

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