Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualShaderNodeParticleMultiplyByAxisAngle¶
Inherits: VisualShaderNode < Resource < RefCounted < Object
A visual shader helper node for multiplying position and rotation of particles.
描述¶
This node helps to multiply a position input vector by rotation using specific axis. Intended to work with emitters.
属性¶
|
Property Descriptions¶
bool degrees_mode = true
If true
, the angle will be interpreted in degrees instead of radians.