C# Класс ScreenManager.AdjustedScreen

Class that adjust the element position in a safety zone
Наследование: Screen
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
adjust Vector2

Защищенные свойства (Protected)

Свойство Тип Описание
bottom float
left float
maxScale float
right float
scale Vector2
top float

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

Метод Описание
AddComponent ( Component component, float x, float y ) : void
AddComponent ( Component component, float x, float y, BodyShape shape, BodyType bodyType, Category category ) : void
AdjustedScreen ( ) : System

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

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

public AddComponent ( Component component, float x, float y ) : void
component Component
x float
y float
Результат void

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

public AddComponent ( Component component, float x, float y, BodyShape shape, BodyType bodyType, Category category ) : void
component Component
x float
y float
shape BodyShape
bodyType BodyType
category Category
Результат void

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

public AdjustedScreen ( ) : System
Результат System

Описание свойств

adjust публичное свойство

public Vector2 adjust
Результат Vector2

bottom защищенное свойство

protected float bottom
Результат float

left защищенное свойство

protected float left
Результат float

maxScale защищенное свойство

protected float maxScale
Результат float

right защищенное свойство

protected float right
Результат float

scale защищенное свойство

protected Vector2 scale
Результат Vector2

top защищенное свойство

protected float top
Результат float