.. _doc_data_playerspotlightconfig: PlayerSpotLightConfig ===================== The PlayerSpotLightConfig struct contains properties for configuring player spot lights. Certain item assets are able to utilize these properties. Properties `````````` .. list-table:: :widths: 40 40 20 :header-rows: 1 * - Property Name - Type - Default Value * - :ref:`SpotLight_Enabled ` - :ref:`bool ` - ``true`` * - :ref:`SpotLight_Range ` - :ref:`float32 ` - ``64`` * - :ref:`SpotLight_Angle ` - :ref:`float32 ` - ``90`` * - :ref:`SpotLight_Intensity ` - :ref:`float32 ` - ``1.3`` * - :ref:`SpotLight_Color ` - :ref:`color ` - ``#f5df93`` Property Descriptions ````````````````````` .. _doc_data_playerspotlightconfig:spotlight_enabled: SpotLight_Enabled :ref:`bool ` ``true`` ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: When ``true``, this item should have a toggleable light source. ---- .. _doc_data_playerspotlightconfig:spotlight_range: SpotLight_Range :ref:`float32 ` ``64`` :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Range of the light source's beam, measured in meters. ---- .. _doc_data_playerspotlightconfig:spotlight_angle: SpotLight_Angle :ref:`float32 ` ``90`` :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Angle of the light source's beam, measured in degrees. ---- .. _doc_data_playerspotlightconfig:spotlight_intensity: SpotLight_Intensity :ref:`float32 ` ``1.3`` ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Intensity of the light source's beam. ---- .. _doc_data_playerspotlightconfig:spotlight_color: SpotLight_Color :ref:`color ` ``#f5df93`` ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Color of the light source's beam.