ba177ccaec
- 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`.
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualShaderNodeCubeMap" inherits="VisualShaderNode" category="Core" version="3.2">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="cube_map" type="CubeMap" setter="set_cube_map" getter="get_cube_map">
|
|
</member>
|
|
<member name="source" type="int" setter="set_source" getter="get_source" enum="VisualShaderNodeCubeMap.Source" default="0">
|
|
</member>
|
|
<member name="texture_type" type="int" setter="set_texture_type" getter="get_texture_type" enum="VisualShaderNodeCubeMap.TextureType" default="0">
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
<constant name="SOURCE_TEXTURE" value="0" enum="Source">
|
|
</constant>
|
|
<constant name="SOURCE_PORT" value="1" enum="Source">
|
|
</constant>
|
|
<constant name="TYPE_DATA" value="0" enum="TextureType">
|
|
</constant>
|
|
<constant name="TYPE_COLOR" value="1" enum="TextureType">
|
|
</constant>
|
|
<constant name="TYPE_NORMALMAP" value="2" enum="TextureType">
|
|
</constant>
|
|
</constants>
|
|
</class>
|