FadeEntityData

Inherits from EntityData

Summary

Constructors

FadeEntityData()
FadeEntityData(guid: Guid)
FadeEntityData(other: EntityData)
FadeEntityData(other: GameObjectData)
FadeEntityData(other: GameDataContainer)
FadeEntityData(other: DataContainer)

Properties

Name Type
fadeTime float
maxWaitFadedWhileStreamingTime float
fadeScreen bool
fadeUI bool
fadeRumble bool
fadeAudio bool
fadeMovie bool
startFaded bool

Static members

Name Type
FadeEntityData.typeInfo TypeInformation

Constructors

FadeEntityData

FadeEntityData()

Creates a new FadeEntityData frostbite instance.

FadeEntityData

FadeEntityData(guid: Guid)

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

Parameters

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

FadeEntityData

FadeEntityData(other: EntityData)

Casts an instance of type EntityData to FadeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to FadeEntityData.

FadeEntityData

FadeEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to FadeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to FadeEntityData.

FadeEntityData

FadeEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to FadeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to FadeEntityData.

FadeEntityData

FadeEntityData(other: DataContainer)

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

Parameters

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

Properties

fadeTime

float

maxWaitFadedWhileStreamingTime

float

fadeScreen

bool

fadeUI

bool

fadeRumble

bool

fadeAudio

bool

fadeMovie

bool

startFaded

bool

Static members

typeInfo

TypeInformation

The type information for the FadeEntityData type.

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