Vixen
02b45cc4
csharp
public readonly record struct Float3

Three floats.

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 (2)

  • public Float3(string Expression)

    Three floats.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (14)

  • AttractNodeVixen.Editor.VfxGraph
  • CollidePlaneNodeVixen.Editor.VfxGraph
  • GravityNodeVixen.Editor.VfxGraph
  • PbrMasterNodeVixen.Editor.ShaderGraph
  • PositionInBoxNodeVixen.Editor.VfxGraph
  • PositionInSphereNodeVixen.Editor.VfxGraph
  • SetVelocityNodeVixen.Editor.VfxGraph
  • SpriteMasterNodeVixen.Editor.ShaderGraph
  • TestNamedNodeVixen.Editor.NodeGraph.Tests
  • TestVectorNodeVixen.Editor.NodeGraph.Tests
  • TurbulenceNodeVixen.Editor.VfxGraph
  • UnlitMasterNodeVixen.Editor.ShaderGraph
  • WorldNormalNodeVixen.Editor.ShaderGraph
  • WorldPositionNodeVixen.Editor.ShaderGraph