csharp
public sealed class RotationNodeWhat roll particles start at.
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 MinimumThe least.
public Scalar MaximumThe most. Two π is "any angle".
public static NodeTypeDefinition DefinitionWhat 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