Class FloatAttribute
- Namespace
 - Vintagestory.API.Datastructures
 
- Assembly
 - VintagestoryAPI.dll
 
public class FloatAttribute : ScalarAttribute<float>, IAttribute
  - Inheritance
 - 
      
      
      FloatAttribute
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
FloatAttribute()
public FloatAttribute()
  FloatAttribute(float)
public FloatAttribute(float value)
  Parameters
valuefloat
Methods
Clone()
public IAttribute Clone()
  Returns
FromBytes(BinaryReader)
public void FromBytes(BinaryReader stream)
  Parameters
streamBinaryReader
GetAttributeId()
public int GetAttributeId()
  Returns
ToBytes(BinaryWriter)
public void ToBytes(BinaryWriter stream)
  Parameters
streamBinaryWriter
ToJsonToken()
public override string ToJsonToken()
  Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
  Returns
- string
 A string that represents the current object.