Vixen
dd8b0a81
csharp
public readonly record struct Bool

A boolean.

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

Fields and properties (1)

  • public string Expression

    The text that reads it.

Methods (3)

  • public Bool(string Expression)

    A boolean.

  • public static implicit operator Bool(bool value)

    A literal, so that a node's field initializer compiles. See Scalar.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (11)

  • BillboardOutputNodeVixen.Editor.VfxGraph
  • FloodFillNodeVixen.Editor.TextureGraph
  • GradientMapNodeVixen.Editor.TextureGraph
  • GrayscaleNodeVixen.Editor.TextureGraph
  • InvertNodeVixen.Editor.TextureGraph
  • MeshOutputNodeVixen.Editor.VfxGraph
  • NoiseNodeVixen.Editor.TextureGraph
  • NormalTransformNodeVixen.Editor.TextureGraph
  • SplatterNodeVixen.Editor.TextureGraph
  • TestSettingsNodeVixen.Editor.NodeGraph.Tests
  • TileSamplerNodeVixen.Editor.TextureGraph