mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
- Add some missing descriptions.
- Add links to tutorials for ARVR and AnimationTree.
- Style fixes.
- Engine changes:
* Make `AnimationNodeTransition.input_<number>` properties internal
so that they don't appear in the docs. They still appear in the
inspector based on the actual number of inputs requested.
* Drop unimplemented `CPUParticles.flatness`. It's only used for 3D
particles in `ParticlesMaterial`, and thus only relevant for
`CPUParticles3D`.
21 lines
600 B
XML
21 lines
600 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualShaderNodeIs" inherits="VisualShaderNode" category="Core" version="3.2">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="function" type="int" setter="set_function" getter="get_function" enum="VisualShaderNodeIs.Function" default="0">
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
<constant name="FUNC_IS_INF" value="0" enum="Function">
|
|
</constant>
|
|
<constant name="FUNC_IS_NAN" value="1" enum="Function">
|
|
</constant>
|
|
</constants>
|
|
</class>
|