Struct Range
Assembly: ProjectDawn.Navigation.dll
Syntax
[Serializable]
public struct Range
Constructors
|
Improve this Doc
View Source
Range(float, float)
Declaration
public Range(float start, float end)
Parameters
Fields
|
Improve this Doc
View Source
End
Declaration
Field Value
|
Improve this Doc
View Source
Start
Declaration
Field Value
Properties
|
Improve this Doc
View Source
Length
Declaration
public float Length { get; }
Property Value
Methods
|
Improve this Doc
View Source
Contains(float)
Declaration
public bool Contains(float value)
Parameters
Type |
Name |
Description |
float |
value |
|
Returns