Property | Type | Description | |
---|---|---|---|
IsContained | bool | ||
IsTouching | bool |
Method | Description | |
---|---|---|
ContainmentState ( bool touching, bool contained ) : System |
Constructs a new ContainmentState.
|
Method | Description | |
---|---|---|
ContainmentState ( bool touching, bool contained, bool stale ) : System |
Constructs a new ContainmentState.
|
public ContainmentState ( bool touching, bool contained ) : System | ||
touching | bool | Whether or not the object is partially or fully contained. |
contained | bool | Whether or not the object is fully contained. |
return | System |