using BansheeEngine; namespace BansheeEditor { public sealed class RotateHandle : DefaultHandle { public RotateHandle() { } protected override void PreInput() { } protected override void PostInput() { } protected override void Draw() { } } }