C# Класс Source.Collisions.Platform

A floor is pretty much a body with a color and specific height
Наследование: Polygon
Показать файл Открыть проект

Открытые методы

Метод Описание
Platform ( Texture2D texture, Vector2 position, Vector2 size, float rotation = 0f ) : System

Creates a new platform

Описание методов

Platform() публичный Метод

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