Vixen
dd8b0a81
csharp
public sealed class RotationNode

What roll particles start at.

Read the guide page for this →

As a graph node

Create menu
Vfx/Initialize/Rotation

Remarks

⚠ Roll only, and that is the whole rotation model rather than a first instalment of one. A particle is a billboard or a ribbon segment, so it has one angle about the view axis rather than an orientation — VfxAttribute.Rotation is a single float and VfxGeometry spins the expanded quad by it. A mesh output reading a full orientation is a different feature.

Fields and properties (3)

  • public Scalar Minimum

    The least.

  • public Scalar Maximum

    The most. Two π is "any angle".

  • public static NodeTypeDefinition Definition

    What this node type is, for the registry. Generated.

Methods (2)

  • protected internal override void Contribute(VfxGraphBuilder builder)

    Adds whatever this node contributes.

  • public override void Bind(NodeBinding binding)

    Fills the port fields from what the compiler resolved. Generated.

Used by (1)

  • NodeTypesVixen.Editor.VfxGraph