Метод | Описание | |
---|---|---|
Platform ( Texture2D texture, Vector2 position, Vector2 size, float rotation = 0f ) : System |
Creates a new platform
|
public Platform ( Texture2D texture, Vector2 position, Vector2 size, float rotation = 0f ) : System | ||
texture | Texture2D | |
position | Vector2 | Center of the platform |
size | Vector2 | Size of the platform |
rotation | float | Rotation of the platform in radians |
Результат | System |