Свойство | Тип | Описание | |
---|---|---|---|
adjust | Vector2 |
Свойство | Тип | Описание | |
---|---|---|---|
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 |
public AddComponent ( Component component, float x, float y ) : void | ||
component | Component | |
x | float | |
y | float | |
Результат | void |
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 |