Struct RangeF
public struct RangeF
- Inherited Members
- Extension Methods
Constructors
RangeF(float, float)
public RangeF(float start, float end)
Parameters
Properties
Delta
public float Delta { get; }
Property Value
End
public float End { readonly get; set; }
Property Value
Length
public float Length { get; }
Property Value
Start
public float Start { readonly get; set; }