godot/modules/visual_shader/doc_classes/VisualShaderNodeDistanceFade.xml
2026-04-08 12:05:22 -07:00

11 lines
494 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeDistanceFade" inherits="VisualShaderNode" api_type="core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
A visual shader node representing distance fade effect.
</brief_description>
<description>
The distance fade effect fades out each pixel based on its distance to another object.
</description>
<tutorials>
</tutorials>
</class>