Vixen
02b45cc4
csharp
public sealed class CombineNode

Four numbers made into a vector.

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

As a graph node

Create menu
Vector/Combine

Remarks

The escape hatch from dynamic typing, and the reason it is not needed often: everything else widens and narrows on its own, and this is for the case where an author means a specific arrangement of specific components.

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