Click or drag to resize

ParticlesMaterialSetDirection Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ParticlesMaterial.SetDirection(Godot.Vector3)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDirection is deprecated. Use the Direction property instead.")]
public void SetDirection(
	Vector3 degrees
)

Parameters

degrees
Type: GodotVector3

[Missing <param name="degrees"/> documentation for "M:Godot.ParticlesMaterial.SetDirection(Godot.Vector3)"]

See Also