objectcontinuousmove - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Minigames.Archery.TargetSpawner.Line
Inherits from UnityEngine.MonoBehaviour
Moves the position with a set speed and direction.
public class ObjectContinuousMove : MonoBehaviour| Name | Description |
|---|---|
| ChangeMovement(float,Vector3) | Both speed and direction. |
| Name | Description |
|---|---|
| Direction | Direction to move the GameObject. |
| Speed | Speed to move the GameObjet with. |