Struct GrassValue
Implements interfaces:IEquatable<GrassValue>IComparable<GrassValue>
Syntax
public struct GrassValue : IEquatable<GrassValue>, IComparable<GrassValue>
Constructors
Name |
---|
GrassValue(float, int) |
Fields
Name | Description |
---|---|
Amount | Amount of grass at this position. |
Time | Time before reaching the next phase. |
Methods
Name |
---|
CompareTo(GrassValue) |
Equals(GrassValue) |
GetHashCode() |