VisualEnvironmentReferenceObjectData

Inherits from ReferenceObjectData

Summary

Constructors

VisualEnvironmentReferenceObjectData()
VisualEnvironmentReferenceObjectData(guid: Guid)
VisualEnvironmentReferenceObjectData(other: ReferenceObjectData)
VisualEnvironmentReferenceObjectData(other: GameObjectData)
VisualEnvironmentReferenceObjectData(other: GameDataContainer)
VisualEnvironmentReferenceObjectData(other: DataContainer)

Properties

Name Type
priority int
overrideVisibility bool

Static members

Name Type
VisualEnvironmentReferenceObjectData.typeInfo TypeInformation

Constructors

VisualEnvironmentReferenceObjectData

VisualEnvironmentReferenceObjectData()

Creates a new VisualEnvironmentReferenceObjectData frostbite instance.

VisualEnvironmentReferenceObjectData

VisualEnvironmentReferenceObjectData(guid: Guid)

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

Parameters

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

VisualEnvironmentReferenceObjectData

VisualEnvironmentReferenceObjectData(other: ReferenceObjectData)

Casts an instance of type ReferenceObjectData to VisualEnvironmentReferenceObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ReferenceObjectData The instance to cast to VisualEnvironmentReferenceObjectData.

VisualEnvironmentReferenceObjectData

VisualEnvironmentReferenceObjectData(other: GameObjectData)

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

Parameters

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

VisualEnvironmentReferenceObjectData

VisualEnvironmentReferenceObjectData(other: GameDataContainer)

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

Parameters

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

VisualEnvironmentReferenceObjectData

VisualEnvironmentReferenceObjectData(other: DataContainer)

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

Parameters

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

Properties

priority

int

overrideVisibility

bool

Static members

typeInfo

TypeInformation

The type information for the VisualEnvironmentReferenceObjectData type.

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