Vixen
02b45cc4
csharp
public sealed class SplitNode

A vector taken apart.

No guide page documents this yet — the page shows what the code says about itself.

As a graph node

Create menu
Vector/Split

Remarks

Emits one statement and four swizzles of it rather than four statements, because the input may be an expression with a call in it and evaluating it four times is four calls.

Fields and properties (6)

Methods (2)

  • protected internal override void Emit(RavenEmitter emitter)

    Writes 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.ShaderGraph