Method HasDependencyOnGroup
HasDependencyOnGroup(IXRInteractionGroup)
Checks whether the given Group is either the same as this Group or a dependency of any member Group.
Declaration
public bool HasDependencyOnGroup(IXRInteractionGroup group)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRInteractionGroup | group | The Group to check for as a dependency. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if |