Method AttachTo
AttachTo(Entity, Int32)
Declaration
public void AttachTo(Entity entity, int boneIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entity | |
| System.Int32 | boneIndex |
AttachTo(Entity, Int32, Vector3, Vector3)
Declaration
public void AttachTo(Entity entity, int boneIndex, Vector3 position, Vector3 rotation)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entity | |
| System.Int32 | boneIndex | |
| Vector3 | position | |
| Vector3 | rotation |