Struct ConstantFloat2
  
  
  
  
  
  Assembly: solution.dll
  Syntax
  
    [Serializable]
[NodeDescription("The **Vector2** constant node, returns the user defined Vector2(float x, float y). Vector2 is used when working with two values at the same time as when working with 2D positions. \n\nNote: Constant nodes aren't variables and may not be modified. But you can convert any constant to a variable by right clicking on it and selecting. Constant_Convert. ")]
public struct ConstantFloat2 : IConstantNode<float2>, IConstantNode, IDataNode, INode
   
  Fields
  
  Methods
  
  Extension Methods