C# Syntax
public class Position
Name | Description | |
---|---|---|
Position Constructor | Constructs a new Position that can be used to uniquely identify an IAIObject by its position. C# Syntax public Position () | |
Position Constructor (Direction, int) | Constructs a new Position that can be used to uniquely identify an IAIObject by its position. C# Syntax public Position (Direction direction, int index) Parameters
|
Name | Description | |
---|---|---|
GetProperties | Returns the inner properties of this property. C# Syntax public IDictionary<string,object> GetProperties() | |
ToString | C# Syntax public override string ToString() |