MovingDungeonObject.SmoothMovement Method

MyDungeon

MovingDungeonObjectSmoothMovement Method

Moves entity from their current position to their desired position with a smooth animation

Namespace:  MyDungeon.Entities
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual IEnumerator SmoothMovement(
	Vector3 end
)

Parameters

end
Type: Vector3
Desired position

Return Value

Type: IEnumerator

[Missing <returns> documentation for "M:MyDungeon.Entities.MovingDungeonObject.SmoothMovement(UnityEngine.Vector3)"]

See Also