LensScopeComponentData
Inherits from ComponentData
Summary
Constructors
LensScopeComponentData() |
LensScopeComponentData(guid: Guid) |
LensScopeComponentData(other: ComponentData) |
LensScopeComponentData(other: GameObjectData) |
LensScopeComponentData(other: GameDataContainer) |
LensScopeComponentData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
LensScopeComponentData.typeInfo | TypeInformation |
Constructors
LensScopeComponentData
LensScopeComponentData()
Creates a new LensScopeComponentData frostbite instance.
LensScopeComponentData
LensScopeComponentData(guid: Guid)
Creates a new LensScopeComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
LensScopeComponentData
LensScopeComponentData(other: ComponentData)
Casts an instance of type ComponentData to LensScopeComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to LensScopeComponentData. |
LensScopeComponentData
LensScopeComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to LensScopeComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to LensScopeComponentData. |
LensScopeComponentData
LensScopeComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to LensScopeComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to LensScopeComponentData. |
LensScopeComponentData
LensScopeComponentData(other: DataContainer)
Casts an instance of type DataContainer to LensScopeComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to LensScopeComponentData. |
Properties
chromaticAberrationColor1
radialBlendDistanceCoefficients
chromaticAberrationColor2
blurCenter
chromaticAberrationDisplacement2
chromaticAberrationDisplacement1
chromaticAberrationStrengths
blurScale
float
realm
enable
bool
Static members
typeInfo
The type information for the LensScopeComponentData type.