Operator Implicit
Implicit(EntityBone to Int32)
Converts an EntityBone to a bone index.
Declaration
public static implicit operator int (EntityBone entityBone)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityBone | entityBone |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Implicit(EntityBone to InputArgument)
Converts an EntityBone to a native input argument.
Declaration
public static implicit operator InputArgument(EntityBone entityBone)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityBone | entityBone |
Returns
| Type | Description |
|---|---|
| InputArgument |