简体   繁体   中英

SFML C# Rotate View

When looking through the documentation for SFML, I noticed the ability to rotate a View object, this seems to be lacking in C#/.net bindings, is it still possible? If not, are there work-arounds?

View V = new View(new FloatRect(0,0,640,640));
V.Rotate(45);

'SFML.Graphics.View' does not contain a definition for 'Rotate' and no extension method 'Rotate' accepting a first argument of type 'SFML.Graphics.View'

I'm using the .Net 1.6 version available here http://www.sfml-dev.org/download.php

SFML 1.6不支持此功能,请使用SFML 2.0版本候选。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM