LogicVisualEnvironmentEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
visualEnvironment VisualEnvironmentBlueprint | nil
visibility float

Static members

Name Type
LogicVisualEnvironmentEntityData.typeInfo TypeInformation

Constructors

LogicVisualEnvironmentEntityData

LogicVisualEnvironmentEntityData()

Creates a new LogicVisualEnvironmentEntityData frostbite instance.

LogicVisualEnvironmentEntityData

LogicVisualEnvironmentEntityData(guid: Guid)

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

Parameters

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

LogicVisualEnvironmentEntityData

LogicVisualEnvironmentEntityData(other: EntityData)

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

Parameters

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

LogicVisualEnvironmentEntityData

LogicVisualEnvironmentEntityData(other: GameObjectData)

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

Parameters

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

LogicVisualEnvironmentEntityData

LogicVisualEnvironmentEntityData(other: GameDataContainer)

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

Parameters

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

LogicVisualEnvironmentEntityData

LogicVisualEnvironmentEntityData(other: DataContainer)

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

Parameters

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

Properties

visualEnvironment

VisualEnvironmentBlueprint | nil

visibility

float

Static members

typeInfo

TypeInformation

The type information for the LogicVisualEnvironmentEntityData type.

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