Method Adjacent
Adjacent(Interval)
Declaration
public bool Adjacent(Interval other)
Parameters
| Type | Name | Description |
|---|---|---|
| Interval | other |
Returns
| Type | Description |
|---|---|
| bool |
Adjacent(int, int)
Declaration
public bool Adjacent(int firstFrame_, int onePastLastFrame_)
Parameters
| Type | Name | Description |
|---|---|---|
| int | firstFrame_ | |
| int | onePastLastFrame_ |
Returns
| Type | Description |
|---|---|
| bool |