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