.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/RDSamplerState.xml. .. _class_RDSamplerState: RDSamplerState ============== **Inherits:** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`anisotropy_max` | ``1.0`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`SamplerBorderColor` | :ref:`border_color` | ``2`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`CompareOperator` | :ref:`compare_op` | ``7`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`enable_compare` | ``false`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`lod_bias` | ``0.0`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`SamplerFilter` | :ref:`mag_filter` | ``0`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`max_lod` | ``1e+20`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`SamplerFilter` | :ref:`min_filter` | ``0`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`min_lod` | ``0.0`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`SamplerFilter` | :ref:`mip_filter` | ``0`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`SamplerRepeatMode` | :ref:`repeat_u` | ``2`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`SamplerRepeatMode` | :ref:`repeat_v` | ``2`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`SamplerRepeatMode` | :ref:`repeat_w` | ``2`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`unnormalized_uvw` | ``false`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`use_anisotropy` | ``false`` | +--------------------------------------------------------------------+-------------------------------------------------------------------------+-----------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_RDSamplerState_property_anisotropy_max: .. rst-class:: classref-property :ref:`float` **anisotropy_max** = ``1.0`` .. rst-class:: classref-property-setget - void **set_anisotropy_max** **(** :ref:`float` value **)** - :ref:`float` **get_anisotropy_max** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_border_color: .. rst-class:: classref-property :ref:`SamplerBorderColor` **border_color** = ``2`` .. rst-class:: classref-property-setget - void **set_border_color** **(** :ref:`SamplerBorderColor` value **)** - :ref:`SamplerBorderColor` **get_border_color** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_compare_op: .. rst-class:: classref-property :ref:`CompareOperator` **compare_op** = ``7`` .. rst-class:: classref-property-setget - void **set_compare_op** **(** :ref:`CompareOperator` value **)** - :ref:`CompareOperator` **get_compare_op** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_enable_compare: .. rst-class:: classref-property :ref:`bool` **enable_compare** = ``false`` .. rst-class:: classref-property-setget - void **set_enable_compare** **(** :ref:`bool` value **)** - :ref:`bool` **get_enable_compare** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_lod_bias: .. rst-class:: classref-property :ref:`float` **lod_bias** = ``0.0`` .. rst-class:: classref-property-setget - void **set_lod_bias** **(** :ref:`float` value **)** - :ref:`float` **get_lod_bias** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_mag_filter: .. rst-class:: classref-property :ref:`SamplerFilter` **mag_filter** = ``0`` .. rst-class:: classref-property-setget - void **set_mag_filter** **(** :ref:`SamplerFilter` value **)** - :ref:`SamplerFilter` **get_mag_filter** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_max_lod: .. rst-class:: classref-property :ref:`float` **max_lod** = ``1e+20`` .. rst-class:: classref-property-setget - void **set_max_lod** **(** :ref:`float` value **)** - :ref:`float` **get_max_lod** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_min_filter: .. rst-class:: classref-property :ref:`SamplerFilter` **min_filter** = ``0`` .. rst-class:: classref-property-setget - void **set_min_filter** **(** :ref:`SamplerFilter` value **)** - :ref:`SamplerFilter` **get_min_filter** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_min_lod: .. rst-class:: classref-property :ref:`float` **min_lod** = ``0.0`` .. rst-class:: classref-property-setget - void **set_min_lod** **(** :ref:`float` value **)** - :ref:`float` **get_min_lod** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_mip_filter: .. rst-class:: classref-property :ref:`SamplerFilter` **mip_filter** = ``0`` .. rst-class:: classref-property-setget - void **set_mip_filter** **(** :ref:`SamplerFilter` value **)** - :ref:`SamplerFilter` **get_mip_filter** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_repeat_u: .. rst-class:: classref-property :ref:`SamplerRepeatMode` **repeat_u** = ``2`` .. rst-class:: classref-property-setget - void **set_repeat_u** **(** :ref:`SamplerRepeatMode` value **)** - :ref:`SamplerRepeatMode` **get_repeat_u** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_repeat_v: .. rst-class:: classref-property :ref:`SamplerRepeatMode` **repeat_v** = ``2`` .. rst-class:: classref-property-setget - void **set_repeat_v** **(** :ref:`SamplerRepeatMode` value **)** - :ref:`SamplerRepeatMode` **get_repeat_v** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_repeat_w: .. rst-class:: classref-property :ref:`SamplerRepeatMode` **repeat_w** = ``2`` .. rst-class:: classref-property-setget - void **set_repeat_w** **(** :ref:`SamplerRepeatMode` value **)** - :ref:`SamplerRepeatMode` **get_repeat_w** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_unnormalized_uvw: .. rst-class:: classref-property :ref:`bool` **unnormalized_uvw** = ``false`` .. rst-class:: classref-property-setget - void **set_unnormalized_uvw** **(** :ref:`bool` value **)** - :ref:`bool` **get_unnormalized_uvw** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDSamplerState_property_use_anisotropy: .. rst-class:: classref-property :ref:`bool` **use_anisotropy** = ``false`` .. rst-class:: classref-property-setget - void **set_use_anisotropy** **(** :ref:`bool` value **)** - :ref:`bool` **get_use_anisotropy** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`