Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
Context ( string tag ) : System |
Constructs a new context of the specified category.
|
public AlignTo ( |
||
other | Context to align this one to. | |
Результат | void |
protected Context ( string tag ) : System | ||
tag | string | Category of the new context. |
Результат | System |
public abstract IsAdjacentTo ( |
||
other | Context to check the adjacency to. | |
offset | float | Offset within this context is considered to be adjacent to |
Результат | bool |