Position
Last updated
Was this helpful?
Class in Yarn.Compiler
Inherits from System.Object
Represents a position in a multi-line string.
public class PositionInitialises a new instance of the Position class.
Initialises a new instance of the Position class with the specified line and character.
Represents the default value for a Position.
Adds two positions by component and returns the result.
Compares two positions and returns true if a is equal to or after b .
Compares two positions and returns true if a is equal to or before b .
Last updated
Was this helpful?
Was this helpful?
