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