Method Contains
Contains(String)
Determines whether this Entity has a bone with the specified bone name
Declaration
public bool Contains(string boneName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | boneName | Name of the bone. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|