Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can still find outdated information, please open an issue.

VisualShaderNodeParticleMultiplyByAxisAngle

Inherits: VisualShaderNode < Resource < RefCounted < Object

A visual shader helper node for multiplying position and rotation of particles.

Description

This node helps to multiply a position input vector by rotation using specific axis. Intended to work with emitters.

Properties

bool

degrees_mode

true


Property Descriptions

bool degrees_mode = true

  • void set_degrees_mode ( bool value )

  • bool is_degrees_mode ( )

If true, the angle will be interpreted in degrees instead of radians.