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