Vixen
02b45cc4
csharp
public readonly record struct Scalar

One float.

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 Scalar(string Expression)

    One float.

  • public static implicit operator Scalar(float value)

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

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (26)

  • AttractNodeVixen.Editor.VfxGraph
  • BurstNodeVixen.Editor.VfxGraph
  • CollidePlaneNodeVixen.Editor.VfxGraph
  • CombineNodeVixen.Editor.ShaderGraph
  • DotNodeVixen.Editor.ShaderGraph
  • DragNodeVixen.Editor.VfxGraph
  • EffectNodeVixen.Editor.VfxGraph
  • FloatPropertyNodeVixen.Editor.ShaderGraph
  • LerpNodeVixen.Editor.ShaderGraph
  • LifetimeNodeVixen.Editor.VfxGraph
  • LightOutputNodeVixen.Editor.VfxGraph
  • PbrMasterNodeVixen.Editor.ShaderGraph
  • PositionInSphereNodeVixen.Editor.VfxGraph
  • PowerNodeVixen.Editor.ShaderGraph
  • RandomVelocityNodeVixen.Editor.VfxGraph
  • RateNodeVixen.Editor.VfxGraph
  • SizeNodeVixen.Editor.VfxGraph
  • SizeOverLifeNodeVixen.Editor.VfxGraph
  • SmoothstepNodeVixen.Editor.ShaderGraph
  • SplitNodeVixen.Editor.ShaderGraph
  • SpriteMasterNodeVixen.Editor.ShaderGraph
  • TestConstantNodeVixen.Editor.NodeGraph.Tests
  • TestSettingsNodeVixen.Editor.NodeGraph.Tests
  • TimeNodeVixen.Editor.ShaderGraph
  • TurbulenceNodeVixen.Editor.VfxGraph
  • UnlitMasterNodeVixen.Editor.ShaderGraph