6 lines
165 B
C#
6 lines
165 B
C#
namespace T3.Editor.Gui.Interaction.Camera;
|
|
|
|
internal interface ICameraManipulator
|
|
{
|
|
public void ManipulateCamera(CameraSetup intendedSetup, double frameTime);
|
|
} |