Method | Description | |
---|---|---|
AlignTo ( |
Aligns this context to other, making Target of both contexts point to each other.
|
|
ClearTarget ( ) : void |
Breaks the connection between this context and its target, setting Target of both contexts to
|
|
IsAdjacentTo ( |
Checks whether this context is within offset to other.
|
Method | Description | |
---|---|---|
Context ( string tag ) : System |
Constructs a new context of the specified category.
|
public AlignTo ( |
||
other | Context to align this one to. | |
return | void |
protected Context ( string tag ) : System | ||
tag | string | Category of the new context. |
return | System |
public abstract IsAdjacentTo ( |
||
other | Context to check the adjacency to. | |
offset | float | Offset within this context is considered to be adjacent to |
return | bool |