Table of Contents

Delegate PostionableMoveHandler

Namespace
FrameOfReference.Presentation
Assembly
FrameOfReference.Presentation.dll
public delegate void PostionableMoveHandler(IEnumerable<Positionable<Vector2>> positionables, Vector2 target)

Parameters

positionables IEnumerable<Positionable<Vector2>>

The Positionable<TCoordinates>s to be moved.

target Vector2

The terrain position to move the entities to.

Extension Methods

See Also