VisualEnvironmentEntityData
Inherits from GameEntityData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| visibility | float |
| priority | int |
Static members
| Name | Type |
|---|---|
| VisualEnvironmentEntityData.typeInfo | TypeInformation |
Constructors
VisualEnvironmentEntityData
VisualEnvironmentEntityData()
Creates a new VisualEnvironmentEntityData frostbite instance.
VisualEnvironmentEntityData
VisualEnvironmentEntityData(guid: Guid)
Creates a new VisualEnvironmentEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
VisualEnvironmentEntityData
VisualEnvironmentEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to VisualEnvironmentEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameEntityData | The instance to cast to VisualEnvironmentEntityData. |
VisualEnvironmentEntityData
VisualEnvironmentEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to VisualEnvironmentEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SpatialEntityData | The instance to cast to VisualEnvironmentEntityData. |
VisualEnvironmentEntityData
VisualEnvironmentEntityData(other: EntityData)
Casts an instance of type EntityData to VisualEnvironmentEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to VisualEnvironmentEntityData. |
VisualEnvironmentEntityData
VisualEnvironmentEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to VisualEnvironmentEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to VisualEnvironmentEntityData. |
VisualEnvironmentEntityData
VisualEnvironmentEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to VisualEnvironmentEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to VisualEnvironmentEntityData. |
VisualEnvironmentEntityData
VisualEnvironmentEntityData(other: DataContainer)
Casts an instance of type DataContainer to VisualEnvironmentEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to VisualEnvironmentEntityData. |
Properties
visibility
float
priority
int
Static members
typeInfo
The type information for the VisualEnvironmentEntityData type.