IGameObject Methods |
The IGameObject type exposes the following members.
| Name | Description | |
|---|---|---|
| Move(Vector3, Single) |
Moves this IGameObject to the given position with the given speed.
| |
| Move(Vector3, Single, Vector3) |
Moves this IGameObject to the given position and rotation with the given speed.
| |
| SetMaterial |
Sets the material of this IGameObject.
| |
| SetMaterialText |
Sets the material text of this IGameObject.
| |
| Stop |
Stop this IGameObject from moving any further.
|