C# Класс Box2DX.Collision.MassData

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Center System.Vector2
I float
Mass float

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

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

The position of the shape's centroid relative to the shape's origin.
public Vector2,System Center
Результат System.Vector2

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

The rotational inertia of the shape.
public float I
Результат float

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

The mass of the shape, usually in kilograms.
public float Mass
Результат float